Module sp_application_crypto::bandersnatch::vrf
Expand description
Bandersnatch VRF types and operations.
Structs§
- VRF input to construct a
VrfPreOutput
instance and embeddable inVrfSignData
. - VRF pre-output derived from
VrfInput
using a [VrfSecret
]. - Data to be signed via one of the two provided vrf flavors.
- VRF signature.
Constants§
- Max number of inputs/pre-outputs which can be handled by the VRF signing procedures.
Type Aliases§
- Bounded vector used for VRF inputs and pre-outputs.