Struct djangohashers::Argon2Hasher [] [src]

pub struct Argon2Hasher;

Hasher that uses the Argon2 function (new in Django 1.10).

Trait Implementations

impl Hasher for Argon2Hasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.