Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 659 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 659 Bytes

Elliptic Curve VRFs

Provides:

  • IETF VRF as described by RFC 9381.
  • Pedersen VRF as described by the first construction in BCHSV23.
  • Ring VRF as briefly described in BCHSV23 and formally specified here.

A formal yet quite lightweight specification of the schemes provided can be found here.

The implementation is built leveraging Arkworks libraries and is designed to be flexible for further customization.