mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
Rename hash selection enum to KeyedHash, restructure traits
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
mod algorithms;
|
||||
mod primitives;
|
||||
|
||||
pub use algorithms::*;
|
||||
pub use primitives::*;
|
||||
|
||||
mod kem;
|
||||
mod keyed_hash;
|
||||
pub use kem::Kem;
|
||||
pub use keyed_hash::*;
|
||||
|
||||
Reference in New Issue
Block a user