Skip to main content

PasswordHashString

Type Alias PasswordHashString 

Source
pub type PasswordHashString = PasswordHashString;
๐Ÿ‘ŽDeprecated since 0.6.0:

use password_hash::phc::PasswordHash or String

Available on crate features alloc and phc only.
Expand description

DEPRECATED: use password_hash::phc::PasswordHash or String

Aliased Typeยง

pub struct PasswordHashString { /* private fields */ }