openvm_pairing_guest::pairing

Trait Evaluatable

Source
pub trait Evaluatable<Fp, Fp2> {
    // Required method
    fn evaluate(&self, xy_frac: &(Fp, Fp)) -> EvaluatedLine<Fp2>;
}

Required Methods§

Source

fn evaluate(&self, xy_frac: &(Fp, Fp)) -> EvaluatedLine<Fp2>

Implementors§