Skip to main content

fp2_mul

Function fp2_mul 

Source
pub fn fp2_mul(x: &Fp2, y: &Fp2, p: &BigInt) -> Fp2
Expand description

(a+bi)(c+di) = (ac − bd) + (ad + bc)i.