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

@@ -15,7 +15,6 @@
name = "crdt-enc";
buildInputs = [
pkgs.gpgme
pkgs.libsodium
pkgs.cargo
pkgs.rustc