dev(cipher-traits): add KeyedHash(Instance) traits

This commit is contained in:
David Niehues
2025-02-11 10:57:11 +01:00
parent 62fe529d36
commit b36d30d89d
2 changed files with 15 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
mod kem;
mod keyed_hash;
pub use kem::Kem;
pub use keyed_hash::*;