Skip to content

Commit

Permalink
typo comment (#512)
Browse files Browse the repository at this point in the history
correct curve name for ReduceV1

Co-authored-by: Shourya Goel <shouryagoel10000@gmail.com>
  • Loading branch information
TAdev0 and Sh0g0-1758 committed Jul 3, 2024
1 parent 00f0205 commit 60deaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hintrunner/zero/zerohint_ec.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60deaa1

Please sign in to comment.