[][src]Module solana_libra_nextgen_crypto::vrf

This module contains implementations of a verifiable random function (currently only ECVRF). VRFs can be used in the consensus protocol for leader election.

Modules

ecvrf

This module implements an instantiation of a verifiable random function known as ECVRF-ED25519-SHA512-TAI.