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

View File

@@ -19,6 +19,7 @@ rosenpass-constant-time = { workspace = true }
rosenpass-sodium = { workspace = true }
rosenpass-ciphers = { workspace = true }
rosenpass-to = { workspace = true }
rosenpass-secret-memory = { workspace = true }
anyhow = { workspace = true }
static_assertions = { workspace = true }
memoffset = { workspace = true }