Skip to content

v0.1.0

Choose a tag to compare

@davxy davxy released this 28 Mar 07:06
· 75 commits to main since this release
bf2d1cf

Added

  • IETF VRF compliant with RFC-9381 (ECVRF).
  • Pedersen VRF with key-hiding properties.
  • Ring VRF with signer anonymity using zk-SNARK membership proofs.
  • Built-in suites: Ed25519, Secp256r1, Bandersnatch, JubJub, Baby-JubJub.
  • Elligator 2 and Try-and-Increment hash-to-curve strategies.
  • RFC-6979 deterministic nonce generation (optional).
  • Codec trait for customizable serialization formats.
  • Test vectors for all suites and schemes.
  • no_std support.
  • parallel and asm optimization features.