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 */ }