hash2field 0.3.0

Implements safe hash to a finite field as described in https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-hash-to-curve-11#section-5
Documentation
[dependencies.digest]
version = "0.9"

[dependencies.elliptic-curve]
features = ["arithmetic"]
version = "0.10"

[dependencies.subtle]
version = "2.4"
[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.k256]
features = ["expose-field"]
version = "0.8"

[dev-dependencies.num-bigint]
version = "0.4"

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

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

[package]
authors = ["Michael Lodder <redmike7@gmail.com>"]
categories = ["cryptography", "no-std"]
description = "Implements safe hash to a finite field as described in https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-hash-to-curve-11#section-5"
documentation = "https://docs.rs/mikelodder7/hash2field"
edition = "2018"
keywords = ["crypto", "hashing", "ecc", "no-std"]
license = "Apache-2.0"
name = "hash2field"
readme = "README.md"
repository = "https://github.com/mikelodder7/hash2field"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]