Expand description
A data type suitable for storing sensitive information such as passwords and private keys in memory, featuring constant time equality, mlock and zeroing out.
Structs§
- Secure
Array - A data type suitable for storing sensitive information such as passwords and private keys in memory, that implements:
- Secure
Box - A data type suitable for storing sensitive information such as passwords and private keys in memory, that implements:
- Secure
String - Wrapper for a vector that stores a valid UTF-8 string
- Secure
Vec - A data type suitable for storing sensitive information such as passwords and private keys in memory, that implements:
Type Aliases§
- Secure
Bytes - Type alias for a vector that stores just bytes