Expand description
Secret bytes and the randomness that produces them.
Key material lives in SecretBytes, which is zeroed when it drops and
never prints its contents: a keychain’s derived keys, item keys and decrypted
secrets all pass through it.
Structs§
- Secret
Bytes - Byte buffer that is zeroed on drop and never printed.
Functions§
- random_
bytes - Fill a buffer from the OS CSPRNG.