Expand description

Re-export the VRF function implementation. Implementation of the verifiable random function as specified in https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vrf-09.

Structs§

  • An ed25519 keypair.
  • Proof that the value produced by the VRF function is correct with respect to a given public key.
  • Errors which may occur while processing proofs and keypairs.
  • An ed25519-like public key. This has a bit stricter requirements than the signature scheme public keys, in particular points of small order are not allowed, and this is checked during serialization.
  • An EdDSA secret key.

Constants§

Functions§