Module askar_crypto::kdf::argon2[][src]

This is supported on crate feature argon2 only.
Expand description

Argon2 key derivation from a password

Structs

Argon2

Struct wrapping the KDF functionality

Params

Parameters to the argon2 key derivation

Enums

Algorithm

Argon2 primitive type: variants of the algorithm.

Version

Version of the algorithm.

Constants

PARAMS_INTERACTIVE

Standard parameters for ‘interactive’ level

PARAMS_MODERATE

Standard parameters for ‘moderate’ level

SALT_LENGTH

The length of the password salt

Type Definitions

SaltSize

The size of the password salt