Files
rosenpass/ciphers
Karolin Varner 09aa0e027e 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.
2023-11-29 11:36:28 +01:00
..

Rosenpass internal cryptographic primitives

Ciphers and other cryptographic primitives used by rosenpass.

This is an internal library; not guarantee is made about its API at this point in time.