diff --git a/src/lib.rs b/src/lib.rs index e8eec06..7ee2082 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,8 +1,6 @@ -#![feature(lazy_cell)] - pub use shared_memory_heap::sharedptr::SharedPtr; mod agent; -pub mod x25519; -pub mod mlkem; pub mod ed25519; +pub mod mlkem; +pub mod x25519;