Crate vrf_mod

Crate vrf_mod 

Source
Expand description

§Verifiable Random Function

This crate defines a trait that must be implemented by VRFs.

Modules§

ecvrf
Module using the OpenSSL library to offer Elliptical Curve Verfiable Random Function (ECVRF) functionality
vrf
Module using the OpenSSL library to offer Verfiable Random Function (VRF) functionality

Traits§

ECVRF
A trait containing common capabilities for ECVRF implementations
VRF
A trait containing the common capabilities for VRF implementations