Skip to content

TimeleapLabs/node-ecvrf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ECVRF-SECP256K1-SHA256-TAI draft 10 for Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published