update KEM trait

This commit is contained in:
Jan Winkelmann (keks)
2025-02-26 13:01:29 +01:00
parent a1f41953b7
commit d61b137761
16 changed files with 256 additions and 69 deletions

View File

@@ -3,7 +3,7 @@ extern crate rosenpass;
use libfuzzer_sys::fuzz_target;
use rosenpass_cipher_traits::Kem;
use rosenpass_cipher_traits::kem::Kem;
use rosenpass_ciphers::kem::StaticKem;
fuzz_target!(|input: [u8; StaticKem::PK_LEN]| {