Skip to content

Zero-Trust-Collective/jam-vrf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jam-vrf

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.