Type Alias dryoc::pwhash::Hash

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

Heap-allocated hash type alias for password hashing with PwHash. Hashes can be of arbitrary length, but they should be at least CRYPTO_PWHASH_BYTES_MIN bytes.

Aliased Type§

struct Hash { /* private fields */ }