vrf-rs 0.0.0

Fast and extensible Elliptic Curve Verifiable Random Function (VRF) library; currently supporting secp256k1 and secp256r1 curves
Documentation
1
2
3
4
5
6
7
use hex_literal::hex;

use crate::P256k1Sha256;

mod ecvrf;
mod encode_to_curve;
mod nonce;