spogulis no
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
fix KEM
Šī revīzija ir iekļauta:
vecāks
cfcffcdef1
revīzija
de8d3ba43e
@ -121,7 +121,7 @@ fn test_kem_vector(el: &TestVector) {
|
||||
let mut ss = Vec::new();
|
||||
|
||||
if let Some(drbg) = DRBGV.lock().unwrap().get_mut(&thread::current().id()) {
|
||||
drbg.init(el.sig.seed.as_slice(), Vec::new());
|
||||
drbg.init(el.kem.seed.as_slice(), Vec::new());
|
||||
}
|
||||
|
||||
unsafe {
|
||||
|
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
Block a user