Function prio::server::generate_verification_message[][src]

pub fn generate_verification_message(
    dimension: usize,
    eval_at: Field,
    proof: &[Field],
    is_first_server: bool,
    mem: &mut ValidationMemory
) -> Option<VerificationMessage>

Given a proof and evaluation point, this constructs the verification message.