Struct djangohashers::BCryptHasher [] [src]

pub struct BCryptHasher;

Hasher that uses the bcrypt key-derivation function without password padding.

Trait Implementations

impl Hasher for BCryptHasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.