pwhash 1.0.0

A collection of password hashing routines in pure Rust.
Documentation
[dependencies.blowfish]
features = ["bcrypt"]
version = "0.7"

[dependencies.byteorder]
version = "1"

[dependencies.hmac]
version = "0.10"

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

[dependencies.rand]
version = "0.8"

[dependencies.sha-1]
version = "0.9"

[dependencies.sha2]
version = "0.9"

[package]
authors = ["Ivan Nejgebauer <inejge@gmail.com>"]
categories = ["cryptography", "authentication"]
description = "A collection of password hashing routines in pure Rust."
documentation = "https://inejge.github.io/pwhash"
edition = "2018"
homepage = "https://github.com/inejge/pwhash"
keywords = ["password", "hash", "hashing", "crypt"]
license = "MIT"
name = "pwhash"
readme = "README.md"
repository = "https://github.com/inejge/pwhash"
version = "1.0.0"