A Goldberg Verifiable Random Function (VRF) implementation following the IETF VRF draft 10 located at draft-irtf-cfrg-vrf-10. This library implements ECVRF-SECP256K1-SHA256-TAI.
This library follows the following version number scheme:
VERSION = 0.{draft}.{revision}
Where draft
is the IETF VRF draft number and revision
is a number tracking this library's revisions.
All functions are named the exact same way as they're defined on the IETF VRF draft. The implementation of the required steps for each function is done as close as possible to the draft.
TODO
This library is release under Apache-2.0, some functions in this implementation are inspired or copied directly from a draft 4 implementation of the IETF VRF by cbrpunks released under MIT.