Module sp_consensus_vrf::schnorrkel [−][src]
Expand description
Schnorrkel-based VRF.
Structs
A Ristretto Schnorr public key.
VRF output type available for std
environment, suitable for schnorrkel operations.
VRF proof type available for std
environment, suitable for schnorrkel operations.
Enums
Errors which may occur while processing signatures and keypairs.
Constants
The length of the Randomness.
Length of VRF output.
Length of the short VRF proof which lacks support for batch verification.
Type Definitions
Schnorrkel randomness value. Same size as VRFOutput
.