Skip to main content

weil_pairing2

Function weil_pairing2 

Source
pub fn weil_pairing2(
    c: &Curve2,
    pp: &Point2,
    qq: &Point2,
    n: u64,
) -> Option<Fp2>
Expand description

The Weil pairing over 𝔽_{p²} — the Curve2 analogue of elliptic::weil_pairing, via Miller.