Type Alias dryoc::pwhash::protected::LockedPwHash

source ·
pub type LockedPwHash = PwHash<Locked<Hash>, Locked<Salt>>;
Available on crate feature nightly only.
Expand description

Locked PwHash, provided as a type alias for convenience.

Aliased Type§

struct LockedPwHash { /* private fields */ }