From eb96216278fadc4f06d425a048abcaf1ba18b09b Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Fri, 29 Jul 2022 11:32:55 +0200 Subject: [PATCH] Typo --- evm/src/cpu/kernel/asm/secp256k1/lift_x.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm b/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm index dc765518..77e484be 100644 --- a/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm +++ b/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm @@ -61,7 +61,7 @@ %endmacro // Non-deterministically provide the square root modulo N. -// Note: The square root is not checked and the macro doesn't not panic if `x` is not a square. +// Note: The square root is not checked and the macro doesn't panic if `x` is not a square. %macro sqrt_secp_base_unsafe // stack: x PROVER_INPUT(ff::secp256k1_base::sqrt)