pub type Salt = HeapBytes;Available on crate feature
protected only.Expand description
Heap-allocated, page-aligned salt type alias for protected password
hashing with PwHash.
Aliased Typeยง
pub struct Salt(/* private fields */);