feat(xchacha): spawn gen_key, encrypt & decrypt blocking

This commit is contained in:
2021-03-09 21:09:14 +01:00
parent e3f8f4b732
commit 01e30713ad
4 changed files with 65 additions and 50 deletions

View File

@@ -13,6 +13,7 @@ rmp-serde = "0.15"
serde_bytes = "0.11"
uuid = "0.8"
async-trait = "0.1"
agnostik = {git = "https://github.com/chpio/agnostik.git", branch = "tokio1"}
[dependencies.crdt-enc]
path = "../crdt-enc"