Function prio::pcp::decide[][src]

pub fn decide<V: Value>(
    input: &V,
    verifier: &Verifier<V::Field>
) -> Result<bool, PcpError>
Expand description

Decide if the input (or input share) is valid using the given verifier.