ecvrf_verify

Function ecvrf_verify 

Source
pub fn ecvrf_verify(y: &[u8], pi: &[u8], alpha: &[u8]) -> Result<bool, u32>
Expand description

Return the verification result of ecvrf given a pubkey, a vrf proof, and the corresponding result.