Module argon2

Source
Expand description

Argon2 password hashing function with proper error handling

This module provides an implementation of the Argon2 password hashing function, which is designed to be resilient against various attacks including time-memory trade-offs and side-channel attacks.

Structs§

Argon2
Argon2 password hashing implementation
Argon2Builder
Builder for Argon2 key derivation operations
Params
Parameters for the Argon2 password hashing function

Enums§

Algorithm
Argon2 variant types
Argon2Algorithm
Argon2 algorithm identifier for use with the KDF trait system