hash2curve 0.0.6

A suite of hash to curve ECC algorithms
Documentation
[[bench]]
harness = false
name = "bls381g1"

[[bin]]
name = "bls381g1"
path = "bin/bls381g1.rs"
required-features = ["amcl-milagro"]
[badges.maintenance]
status = "experimental"
[dependencies.amcl-milagro]
optional = true
version = "3.2.6"

[dependencies.arrayref]
version = "0.3.6"

[dependencies.digest]
version = "0.8.1"

[dependencies.failure]
version = "0.1.7"

[dependencies.sha2]
version = "0.8.1"

[dependencies.subtle]
version = "2.2.2"

[dependencies.subtle-encoding]
version = "0.5.1"
[dev-dependencies.criterion]
version = "0.3.1"

[dev-dependencies.rand]
version = "0.7.3"

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

[features]
bls = ["amcl-milagro/bls381"]
default = []
nightly = []

[lib]
crate-type = ["rlib"]
name = "hash2curve"

[package]
authors = ["Michael Lodder <redmike7@gmail.com>"]
categories = ["cryptography", "hash"]
description = "A suite of hash to curve ECC algorithms"
documentation = "https://docs.rs/hash2curve"
edition = "2018"
exclude = ["bin/**", "Cargo.lock", ".github/**", ".gitignore", "rustfmt.toml", "tests/**"]
license = "Apache-2.0"
name = "hash2curve"
readme = "README.md"
repository = "https://github.com/mikelodder7/hash2curve"
version = "0.0.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.release]
lto = true