Crate argon2_async

Source
Expand description

An async wrapper around argon2

Structs§

Config
Configuration for the argon2 algorithm.

Enums§

Error
All possible errors that can happen.

Functions§

hash
Hash this password with the given config. Return the hashed password as a String.
hash_raw
Hash this password with the given config. Return the hashed password as a raw bytes vector.
set_config
Set the global config.
verify
Verify a password with the given hash.

Type Aliases§

Result
A type helper for every result returned by this crate.