@kenshi.io/node-ecvrf

0.10.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @kenshi.io/node-ecvrf

Weekly Downloads

1

Version

0.10.1

License

Apache-2.0

Unpacked Size

8.29 kB

Total Files

3

Last publish

Collaborators

  • pouya-eghbali