password-hash 0.2.2

Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF)
Documentation

password-hash

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 4 feature flags, 2 of them enabled by default.

default

  • rand_core

rand_core

    This feature flag does not enable additional features.

std

  • alloc
  • base64ct/std
  • rand_core/std

alloc

  • base64ct/alloc