Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 501 Bytes

Verifiable Random Function (VRF)

A Verifiable Random Function (VRF) is the public-key version of a keyed cryptographic hash, and are useful for preventing enumeration of hash-based data structures.

  • Only the holder of the private key can compute the hash.
  • Anyone with public key can verify the correctness of the hash.

Status

This repository contains a draft implementation of draft-irtf-cfrg-vrf and is a work in progress.