Crate aingle_argon2

Crate aingle_argon2 

Source

Modules§

defaults
verifier

Structs§

Argon2
Main entry point for running Argon2 on customized parameters (cf. note for Argon2::new).

Enums§

ParamErr
Variant

Functions§

argon2d_simple
Convenience wrapper around Argon2d for the majority of use cases where only a password and salt are supplied. Note that a salt between 8 and 2^32 - 1 bytes must be provided.
argon2i_simple
Convenience wrapper around Argon2i for the majority of use cases where only a password and salt are supplied. Note that a salt between 8 and 2^32 - 1 bytes must be provided.
argon2id_simple
Convenience wrapper around Argon2i for the majority of use cases where only a password and salt are supplied. Note that a salt between 8 and 2^32 - 1 bytes must be provided.