Expand description
Utilities related to VRF input, pre-output and signatures.
Structs§
- Ring verifier key
- Ring VRF signature.
- 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§
- Ring size (aka authorities count) for Sassafras consensus.
Functions§
- Make ticket-id from the given VRF pre-output.
- Input for slot claim
- Signing-data to claim slot ownership during block production.
- Data to be signed via ring-vrf.
- VRF input to generate the ticket id.
Type Aliases§
- Bandersnatch VRF
RingContext
specialization for Sassafras usingRING_SIZE
.