[][src]Trait bbs::RandomElem

pub trait RandomElem {
    type Output;
    fn random() -> Self::Output;
}

Struct can be generated randomly

Associated Types

type Output

The type that implements this trait

Loading content...

Required methods

fn random() -> Self::Output

Return a randomly generated type

Loading content...

Implementors

impl RandomElem for SecretKey[src]

type Output = SecretKey

impl RandomElem for GeneratorG1[src]

type Output = GeneratorG1

impl RandomElem for ProofChallenge[src]

impl RandomElem for ProofNonce[src]

type Output = ProofNonce

impl RandomElem for SignatureBlinding[src]

impl RandomElem for SignatureMessage[src]

Loading content...