Implement add_keypair semantics

This commit is contained in:
Mathias Hall-Andersen
2019-08-13 19:42:05 +02:00
parent 723a1b8e85
commit 657a1ccb44
5 changed files with 141 additions and 28 deletions

View File

@@ -21,6 +21,7 @@ tokio = "0.1.22"
futures = "0.1.28"
arraydeque = "^0.4"
treebitmap = "^0.4"
lifeguard = "0.6.0"
[dependencies.x25519-dalek]
version = "^0.5"