diff --git a/evm/src/extension_tower.rs b/evm/src/extension_tower.rs index 2d6ff6ed..23c130a0 100644 --- a/evm/src/extension_tower.rs +++ b/evm/src/extension_tower.rs @@ -370,8 +370,8 @@ impl Div for Fp2 { } } -/// 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,