From 60deaa164344e5ec9a66ecfad38dfee9d993da02 Mon Sep 17 00:00:00 2001 From: Tristan <122918260+TAdev0@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:59:29 +0200 Subject: [PATCH] typo comment (#512) correct curve name for ReduceV1 Co-authored-by: Shourya Goel --- pkg/hintrunner/zero/zerohint_ec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hintrunner/zero/zerohint_ec.go b/pkg/hintrunner/zero/zerohint_ec.go index 73469efe..3424ccd3 100644 --- a/pkg/hintrunner/zero/zerohint_ec.go +++ b/pkg/hintrunner/zero/zerohint_ec.go @@ -381,7 +381,7 @@ func createEcDoubleSlopeV1Hinter(resolver hintReferenceResolver) (hinter.Hinter, return newEcDoubleSlopeV1Hint(point), nil } -// ReduceV1 hint reduces a packed value modulo the SECP256R1 prime +// ReduceV1 hint reduces a packed value modulo the SECP256K1 prime // // `newReduceV1Hint` takes 1 operander as argument // - `x` is the packed value to be reduced