mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-24 03:59:25 -08:00
feat: Move prftree into ciphers crate
- Use a new nomenclature for these functions based on the idea of a hash domain (as in domain separation); this makes much more sence - Remove the ciphers::hash export; we did not even export a hash function in the purest sence of the word. This gets us around the difficulty of figuring out what we should call the underlying primitive
This commit is contained in:
committed by
Karolin Varner
parent
0f89ab7976
commit
77cd8a9fd1
@@ -14,5 +14,6 @@ anyhow = { workspace = true }
|
||||
rosenpass-sodium = { workspace = true }
|
||||
rosenpass-to = { workspace = true }
|
||||
rosenpass-constant-time = { workspace = true }
|
||||
rosenpass-secret-memory = { workspace = true }
|
||||
static_assertions = { workspace = true }
|
||||
zeroize = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user