argon2 0.4.1

Pure Rust implementation of the Argon2 password hashing function with support for the Argon2d, Argon2i, and Argon2id algorithmic variants
Documentation

argon2

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 7 feature flags, 3 of them enabled by default.

default

alloc (default)

This feature flag does not enable additional features.

password-hash (default)

This feature flag does not enable additional features.

rand (default)

parallel

rayon

This feature flag does not enable additional features.

std

zeroize

This feature flag does not enable additional features.