@kenshi.io/node-ecvrf
v0.10.1
Published
A Goldberg Verifiable Random Function (VRF) implementation following the IETF VRF draft 10 located at [draft-irtf-cfrg-vrf-10](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vrf-10.html). This library implements ECVRF-SECP256K1-SHA256-TAI.
Downloads
1
Readme
Node ECVRF
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.
Versioning
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.
Naming Conventions
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.
Usage
TODO
License
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.