VRFPrivateKey

Trait VRFPrivateKey 

Source
pub trait VRFPrivateKey {
    type PublicKey: VRFPublicKey<PrivateKey = Self>;
}
Expand description

Represents a private key used to compute outputs for a verifiable random function (VRF).

Required Associated Types§

Source

type PublicKey: VRFPublicKey<PrivateKey = Self>

Implementors§