mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
add kyber512 from libcrux
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user