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

@@ -9,6 +9,7 @@ members = [
"sodium",
"to",
"fuzz",
"secret-memory",
]
default-members = [
@@ -26,6 +27,7 @@ rosenpass-constant-time = { path = "constant-time" }
rosenpass-sodium = { path = "sodium" }
rosenpass-ciphers = { path = "ciphers" }
rosenpass-to = { path = "to" }
rosenpass-secret-memory = { path = "secret-memory" }
criterion = "0.4.0"
test_bin = "0.4.0"
libfuzzer-sys = "0.4"
@@ -47,4 +49,4 @@ arbitrary = { version = "1.3.2", features = ["derive"] }
anyhow = { version = "1.0.71", features = ["backtrace"] }
mio = { version = "0.8.6", features = ["net", "os-poll"] }
libsodium-sys-stable= { version = "1.19.28", features = ["use-pkg-config"] }
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }