vrf-mod 0.1.1

An extensible rust library for building VRF functionality with support for Elliptical Curve VRFs (secp256k1, secp256r1 curves).
Documentation
[dependencies.bytes]
version = "1.2.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac-sha256]
version = "1.1.4"

[dependencies.openssl]
version = "0.10"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.hex]
version = "0.4.3"

[package]
description = "An extensible rust library for building VRF functionality with support for Elliptical Curve VRFs (secp256k1, secp256r1 curves)."
edition = "2021"
homepage = "https://github.com/th3outcast/vrf-mod"
keywords = ["cryptography", "vrf", "ecvrf"]
license = "MIT"
name = "vrf-mod"
readme = "README.md"
repository = "https://github.com/th3outcast/vrf-mod"
resolver = "2"
version = "0.1.1"