pub trait VrfCrypto {
type VrfInput;
type VrfOutput;
type VrfSignData;
type VrfSignature;
}
Expand description
Trait grouping types shared by a VRF signer and verifiers.
Required Associated Types§
sourcetype VrfSignData
type VrfSignData
VRF signing data.
sourcetype VrfSignature
type VrfSignature
VRF signature.