Files
rosenpass/constant-time
Karolin VarnerandKarolin 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 constant time library

Rosenpass internal library providing basic constant-time operations.

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