Expand description

An async wrapper around argon2

Structs

Configuration for the argon2 algorithm.

Enums

All possible errors that can happen.

Functions

Hash this password with the given config. Return the hashed password as a String.

Hash this password with the given config. Return the hashed password as a raw bytes vector.

Set the global config.

Verify a password with the given hash.

Type Definitions

A type helper for every result returned by this crate.