mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
Update liboqs 0.9.1 (#292)
* deps,fuzz: update to liboqs 0.9.1 The release updates the Classic McEliece to NIST PQC Round 4 version Updates breaking fuzz tests as well Signed-off-by: Paul Spooren <mail@aparcar.org> Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com> * Update secret key length for McEliece KEM update * Update to specifying key lengths of Kyber and McEliece through constants --------- Co-authored-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
@@ -56,7 +56,7 @@ serde = { version = "1.0.200", features = ["derive"] }
|
||||
arbitrary = { version = "1.3.2", features = ["derive"] }
|
||||
anyhow = { version = "1.0.82", features = ["backtrace", "std"] }
|
||||
mio = { version = "0.8.11", features = ["net", "os-poll"] }
|
||||
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }
|
||||
oqs-sys = { version = "0.9.1", default-features = false, features = ['classic_mceliece', 'kyber'] }
|
||||
blake2 = "0.10.6"
|
||||
chacha20poly1305 = { version = "0.10.1", default-features = false, features = [ "std", "heapless" ] }
|
||||
zerocopy = { version = "0.7.32", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user