openvm_pairing_guest::pairing

Trait FromLineMType

Source
pub trait FromLineMType<Fp2> {
    // Required method
    fn from_evaluated_line_m_type(line: EvaluatedLine<Fp2>) -> Self;
}
Expand description

Convert M-type lines into Fp12 elements

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FromLineMType<Fp2> for Fq12

Implementors§