Type Alias dryoc::pwhash::Salt

source ·
pub type Salt = Vec<u8>;
Expand description

Heap-allocated salt type alias for password hashing with PwHash. Salts can be of arbitrary length, but they should be at least CRYPTO_PWHASH_SALTBYTES_MIN bytes.

Aliased Type§

struct Salt { /* private fields */ }