From 645ef664a2335e115fd17769d52e14461719afda Mon Sep 17 00:00:00 2001 From: Dmitry Vagner Date: Wed, 22 Mar 2023 10:58:09 -0700 Subject: [PATCH] comment --- evm/src/extension_tower.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,