yescrypt 0.0.1-alpha

Pure Rust implementation of the yescrypt password hashing function
Documentation
[dependencies.hmac]
default-features = false
version = "0.13.0-pre.4"

[dependencies.libc]
version = "0.2"

[dependencies.pbkdf2]
version = "=0.13.0-pre.1"

[dependencies.salsa20]
default-features = false
version = "=0.11.0-pre.1"

[dependencies.sha2]
default-features = false
version = "=0.11.0-pre.4"

[dev-dependencies.hex-literal]
version = "0.4"

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

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["authentication", "cryptography", "no-std"]
description = "Pure Rust implementation of the yescrypt password hashing function"
documentation = "https://docs.rs/yescrypt"
edition = "2021"
homepage = "https://github.com/RustCrypto/password-hashes/tree/master/yescrypt"
keywords = ["crypto", "hashing", "password", "phf"]
license = "BSD-2-Clause"
name = "yescrypt"
readme = "README.md"
repository = "https://github.com/RustCrypto/password-hashes"
rust-version = "1.72"
version = "0.0.1-alpha"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "kats"
path = "tests/kats.rs"