Structs§
- Hash
- An
argon2idhash. - Params
- Parameters for the argon2 hash function. Subset of
argon2::Params.
Enums§
Constants§
- OUTPUT_
SIZE - Serialized size of the [
Hash] struct.
Functions§
- hash
- Hash a byte array with default argon2id params.
- hash_
with_ memory - Hash a byte array with default argon2id params, and a specified allocation.
See
argon2::Argon2::hash_password_into_with_memoryfor implementation. - verify
- Verify the given password against a [
Hash] with the included argon2id params. - verify_
with_ memory - Verify the given password against a [
Hash] with the included argon2id params, and a specified allocation. Seeargon2::Argon2::hash_password_into_with_memoryfor implementation.