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