pw_hash 0.1.1

A collection of password hashing routines in pure Rust. Fork of pwhash by inejge.
Documentation
[dependencies.blowfish]
features = ["bcrypt"]
version = "0.9.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.hmac]
version = "0.12.1"

[dependencies.md-5]
version = "0.10.6"

[dependencies.rand]
version = "0.8.5"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.8"

[lib]
name = "pw_hash"
path = "src/lib.rs"

[package]
authors = ["Ivan Nejgebauer <inejge@gmail.com>, Mark Firman <markfirn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "authentication"]
description = "A collection of password hashing routines in pure Rust. Fork of pwhash by inejge."
documentation = "https://docs.rs/pw_hash/latest/pw_hash/"
edition = "2021"
homepage = "https://github.com/NamesMark/pwhash"
keywords = ["password", "hash", "hashing", "crypt"]
license = "MIT"
name = "pw_hash"
readme = "README.md"
repository = "https://github.com/NamesMark/pwhash"
version = "0.1.1"