Type Alias Salt

Source
pub type Salt = HeapBytes;
Available on crate feature nightly only.
Expand description

Heap-allocated, page-aligned salt type alias for protected password hashing with PwHash.

Aliased Typeยง

struct Salt(/* private fields */);