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

pub fn generate_verification_message<F: FieldElement>(
    dimension: usize,
    eval_at: F,
    proof: &[F],
    is_first_server: bool,
    mem: &mut ValidationMemory<F>
) -> Result<VerificationMessage<F>, ServerError>

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