Expand description

Verifiable Random Function

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

Modules

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

Traits

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