зеркало из
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
fix KEM
Этот коммит содержится в:
родитель
cfcffcdef1
Коммит
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 {
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user