chore: Move kems out of rosenpass crate

This commit is contained in:
Karolin Varner
2023-12-01 19:45:10 +01:00
committed by Karolin Varner
parent 101c9bf4b3
commit 972e82b35f
22 changed files with 259 additions and 242 deletions

2
cipher-traits/src/lib.rs Normal file
View File

@@ -0,0 +1,2 @@
mod kem;
pub use kem::Kem;