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

@@ -10,7 +10,7 @@ use rosenpass_util::file::{LoadValueB64, StoreValue, StoreValueB64};
use zeroize::Zeroize;
use rosenpass::protocol::{SPk, SSk};
use rosenpass_cipher_traits::Kem;
use rosenpass_cipher_traits::kem::Kem;
use rosenpass_ciphers::kem::StaticKem;
use rosenpass_secret_memory::{file::StoreSecret as _, Public, Secret};