mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
chore: Move Public and debug_crypto_array into secret-memory crate
This commit is contained in:
committed by
Karolin Varner
parent
36089fd37f
commit
7bda010a9b
4
secret-memory/src/lib.rs
Normal file
4
secret-memory/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
mod public;
|
||||
pub use crate::public::Public;
|
||||
|
||||
pub mod debug;
|
||||
Reference in New Issue
Block a user