Salt

Type Alias 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ยง

pub struct Salt { /* private fields */ }