[][src]Crate secstr

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

SecBox
SecUtf8

Wrapper for a vector that stores a valid UTF-8 string

SecVec

A data type suitable for storing sensitive information such as passwords and private keys in memory, that implements:

Type Definitions

SecStr

Type alias for a vector that stores just bytes