Module sarkara::pwhash [] [src]

Password Hashing.

Sarkara use Argon2i, it based on Blake2 hashing function, is Password Hashing Competition winner.

Reexports

pub use self::argon2::Argon2i;

Modules

argon2

argon2.

Enums

KeyDerivationFail

Key derivation error.

Traits

KeyDerive

KeyDerive trait.

KeyVerify

KeyVerify trait.