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
- Argon2
Builder - Builder for Argon2 key derivation operations
- Params
- Parameters for the Argon2 password hashing function
Enums§
- Algorithm
- Argon2 variant types
- Argon2
Algorithm - Argon2 algorithm identifier for use with the KDF trait system