Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jun 17, 2024
1 parent 3a6e1f5 commit 3e71fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/cryptography/P256.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library P256 {
/// @dev B parameter of the weierstrass equation
uint256 internal constant B = 0x5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B;

/// @dev (P + 1) / 4. Usefull to compute sqrt
/// @dev (P + 1) / 4. Useful to compute sqrt
uint256 private constant P1DIV4 = 0x3fffffffc0000000400000000000000000000000400000000000000000000000;

/**
Expand Down

0 comments on commit 3e71fad

Please sign in to comment.