feat: Move lenses into library

This commit is contained in:
Karolin Varner
2023-12-02 10:56:18 +01:00
committed by Karolin Varner
parent 972e82b35f
commit d45e24e9b6
9 changed files with 263 additions and 223 deletions

View File

@@ -12,6 +12,7 @@ members = [
"to",
"fuzz",
"secret-memory",
"lenses",
]
default-members = [
@@ -32,6 +33,7 @@ rosenpass-ciphers = { path = "ciphers" }
rosenpass-to = { path = "to" }
rosenpass-secret-memory = { path = "secret-memory" }
rosenpass-oqs = { path = "oqs" }
rosenpass-lenses = { path = "lenses" }
criterion = "0.4.0"
test_bin = "0.4.0"
libfuzzer-sys = "0.4"