add kyber512 from libcrux

This commit is contained in:
Jan Winkelmann (keks)
2025-02-27 16:58:31 +01:00
parent 075d9ffff3
commit 253243a8c8
5 changed files with 251 additions and 17 deletions

View File

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