Expand description
Encryption and decryption.
Modules§
Structs§
- Nonce
- A simple encapsulation of bytes array.
Functions§
- derive_
key - Generates the master key from a password.
- hkdf_
sha1 - Produces a subkey that is cryptographically strong even if the input secret key is weak.