fdh 0.8.1

Full Domain Hash (FDH) for extending the size of a hash digest to an arbitrary length
Documentation
[dependencies.digest]
version = "0.9.0"

[dependencies.num-bigint]
features = ["zeroize"]
optional = true
package = "num-bigint-dig"
version = "0.6"

[dependencies.secret_integers]
version = "0.1.6"

[dependencies.subtle]
version = "2.4.0"

[dependencies.thiserror]
optional = true
version = "1.0.23"
[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.num-integer]
version = "0.1.44"

[dev-dependencies.num-traits]
version = "0.2.14"

[dev-dependencies.sha-1]
version = "0.9.2"

[dev-dependencies.sha2]
version = "0.9.3"

[dev-dependencies.sha3]
version = "0.9.1"

[features]
default = ["std"]
std = ["digest/std", "num-bigint", "thiserror"]

[package]
authors = ["phayes <patrick.d.hayes@gmail.com>"]
categories = ["cryptography", "no-std"]
description = "Full Domain Hash (FDH) for extending the size of a hash digest to an arbitrary length"
edition = "2018"
keywords = ["hash", "crypto", "digest"]
license = "MIT OR Apache-2.0"
name = "fdh"
readme = "README.md"
repository = "https://github.com/phayes/fdh-rs"
version = "0.8.1"