Lightweight python bindings over the ark-vrf crate for verifying VRF signatures. This library uses the bandersnatch curve & ring parameters specified in the Graypaper. The following capabilities are supported:
- verifying an IETF signature
- generating a ring commitment
- verifying a ring signature
- calculating the hash of a vrf output point
For a complete API reference, please visit our docs site. For live examples, see our python tests.