Function ecvrf::verify[][src]

pub fn verify(
    input: &[u8],
    pubkey: &VrfPk,
    output: &[u8; 32],
    proof: &VrfProof
) -> bool