argon2 0.3.0-pre.1

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

argon2

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 4 of them enabled by default.

default

  • alloc
  • password-hash
  • rand

alloc

    This feature flag does not enable additional features.

password-hash

    This feature flag does not enable additional features.

rand

  • password-hash/rand_core

std

  • alloc
  • password-hash/std

parallel

  • rayon
  • std

zeroize

    This feature flag does not enable additional features.

rayon

    This feature flag does not enable additional features.