Crate secstr [] [src]

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

SecStr

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