mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
chore: Move hashing functions into sodium/ciphers crate
This finishes the last step of removing sodium.rs from the rosenpass crate itself and also removes the NOTHING and NONCE0 constants. Hashing functions now use destination parameters; rosenpass_constant_time::xor now does too.
This commit is contained in:
committed by
Karolin Varner
parent
d44793e07f
commit
09aa0e027e
@@ -11,6 +11,7 @@ readme = "readme.md"
|
||||
|
||||
[dependencies]
|
||||
rosenpass-util = { path = "../util" }
|
||||
rosenpass-to = { path = "../to" }
|
||||
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
||||
libsodium-sys-stable = { version = "1.19.28", features = ["use-pkg-config"] }
|
||||
log = { version = "0.4.17" }
|
||||
|
||||
Reference in New Issue
Block a user