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

google/draft-irtf-cfrg-vrf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.