[][src]Crate vrf

Modules

dummy

Sample module implementing a dummy (to be used as example) Verifiable Random Function (VRF)

openssl

Module that uses the OpenSSL library to offer Elliptic Curve Verifiable Random Function (VRF) functionality. This module follows the algorithms described in VRF-draft-04 and RFC6979.

Traits

VRF

A trait containing the common capabilities for all Verifiable Random Functions (VRF) implementations.