Module sp_core::bandersnatch::vrf
source · Expand description
Bandersnatch VRF types and operations.
Structs
- VRF input to construct a
VrfOutput
instance and embeddable withinVrfSignData
. - A Fiat-Shamir transcript and a sequence of
VrfInput
s ready to be signed. - VRF signature.
Constants
- Max number of inputs/outputs which can be handled by the VRF signing procedures. The number is quite arbitrary and fullfils the current usage of the primitive. If required it can be extended in the future.
Type Definitions
- Bounded vector used for VRF inputs and outputs.