Type Alias dryoc::pwhash::VecPwHash

source ·
pub type VecPwHash = PwHash<Hash, Salt>;
Expand description

Vec<u8>-based PwHash type alias, provided for convenience.

Aliased Type§

struct VecPwHash { /* private fields */ }