Struct djangohashers::SHA1Hasher [] [src]

pub struct SHA1Hasher;

Hasher that uses the SHA1 hashing function over the salted password.

Trait Implementations

impl Hasher for SHA1Hasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.