feat: replace sodium secretbox cryptor with xchacha20poly1305

This commit is contained in:
2021-03-08 22:46:34 +01:00
parent 2b9d6fd1fc
commit 1201e9621c
6 changed files with 51 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
members = [
"crdt-enc",
"crdt-enc-gpgme",
"crdt-enc-sodium",
"crdt-enc-xchacha20poly1305",
"crdt-enc-tokio",
"examples/*",
]