This commit is contained in:
Dmitry Vagner 2023-03-22 10:58:09 -07:00
parent 63ec13e24b
commit 645ef664a2

View File

@ -370,8 +370,8 @@ impl<T: FieldExt> Div for Fp2<T> {
}
}
/// This trait defines the method which multiplies
/// by the Fp2 element t^3 whose cube root we will
/// This trait defines the method which multiplies
/// by the Fp2 element t^3 whose cube root we will
/// adjoin in the subsequent cubic extension.
/// For BN254 this is 9+i, and for BLS381 it is 1+i.
/// It also defines the relevant FROB constants,