feat: replace sodium secretbox cryptor with xchacha20poly1305
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
crdt-enc = {path="../../crdt-enc"}
|
||||
crdt-enc-tokio = {path="../../crdt-enc-tokio"}
|
||||
crdt-enc-sodium = {path="../../crdt-enc-sodium"}
|
||||
crdt-enc-xchacha20poly1305 = {path="../../crdt-enc-xchacha20poly1305"}
|
||||
crdt-enc-gpgme = {path="../../crdt-enc-gpgme"}
|
||||
uuid = {version = "0.8", features = ["serde", "v4"]}
|
||||
crdts = "6.2"
|
||||
|
||||
Reference in New Issue
Block a user