chore: Move Public and debug_crypto_array into secret-memory crate

This commit is contained in:
Karolin Varner
2023-11-30 12:15:21 +01:00
committed by Karolin Varner
parent 36089fd37f
commit 7bda010a9b
10 changed files with 167 additions and 111 deletions

4
secret-memory/src/lib.rs Normal file
View File

@@ -0,0 +1,4 @@
mod public;
pub use crate::public::Public;
pub mod debug;