add blake2 from libcrux

This commit is contained in:
Jan Winkelmann (keks)
2025-02-27 17:01:30 +01:00
parent 253243a8c8
commit 185e92108e
5 changed files with 56 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ readme = "readme.md"
[features]
experiment_libcrux = [
"dep:libcrux",
"dep:libcrux-blake2",
"dep:libcrux-chacha20poly1305",
"dep:libcrux-ml-kem",
]
@@ -30,9 +31,10 @@ chacha20poly1305 = { workspace = true }
blake2 = { workspace = true }
libcrux = { workspace = true, optional = true }
libcrux-chacha20poly1305 = { workspace = true, optional = true }
rand = { workspace = true }
libcrux-blake2 = { workspace = true, optional = true }
libcrux-ml-kem = { workspace = true, optional = true, features = ["kyber"] }
sha3 = { workspace = true }
rand = { workspace = true }
[dev-dependencies]
rand = { workspace = true }