feat: Migrate away from sodium blake2b towards the rust crypto implementation

This commit is contained in:
Karolin Varner
2024-01-20 13:08:18 +01:00
committed by Karolin Varner
parent e0f75ab97e
commit b6203683fc
6 changed files with 80 additions and 3 deletions

View File

@@ -60,4 +60,5 @@ anyhow = { version = "1.0.75", features = ["backtrace", "std"] }
mio = { version = "0.8.9", features = ["net", "os-poll"] }
libsodium-sys-stable= { version = "1.20.4", features = ["use-pkg-config"] }
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }
blake2 = "0.10.6"
chacha20poly1305 = { version = "0.10.1", default-features = false, features = [ "std", "heapless" ] }