Skip to content

Commit

Permalink
Fix Typos Across Multiple Files for Enhanced Clarity and Accuracy (#1364
Browse files Browse the repository at this point in the history
)

Co-authored-by: Gautam Botrel <[email protected]>
  • Loading branch information
teenager-ETH and gbotrel authored Dec 20, 2024
1 parent f95e115 commit 0340da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/groth16/bn254/solidity.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ contract Verifier {
/// @notice Will revert with InvalidProof() if
/// * the input is not a square,
/// * the hint is incorrect, or
/// * the input coefficents are not reduced.
/// * the input coefficients are not reduced.
/// @param a0 The real part of the input.
/// @param a1 The imaginary part of the input.
/// @param hint A hint which of two possible signs to pick in the equation.
Expand Down
2 changes: 1 addition & 1 deletion std/hash/ripemd160/ripemd160_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/consensys/gnark/frontend"
"github.com/consensys/gnark/std/math/uints"
"github.com/consensys/gnark/test"
"golang.org/x/crypto/ripemd160" //nolint staticcheck, backwards compatiblity
"golang.org/x/crypto/ripemd160" //nolint staticcheck, backwards compatibility
)

type ripemd160Circuit struct {
Expand Down

0 comments on commit 0340da8

Please sign in to comment.