Crate argon2rs [] [src]

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 232 - 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 232 - 1 bytes must be provided.