mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
update libcrux chachapoly to use libcrux-chacha20poly1305
This commit is contained in:
@@ -10,7 +10,10 @@ repository = "https://github.com/rosenpass/rosenpass"
|
||||
readme = "readme.md"
|
||||
|
||||
[features]
|
||||
experiment_libcrux = ["dep:libcrux"]
|
||||
experiment_libcrux = [
|
||||
"dep:libcrux",
|
||||
"dep:libcrux-chacha20poly1305",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
@@ -26,3 +29,6 @@ chacha20poly1305 = { workspace = true }
|
||||
blake2 = { workspace = true }
|
||||
libcrux = { workspace = true, optional = true }
|
||||
sha3 = {workspace = true}
|
||||
libcrux-chacha20poly1305 = { workspace = true, optional = true }
|
||||
[dev-dependencies]
|
||||
rand = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user