We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14773f4 commit ceb1e34Copy full SHA for ceb1e34
contracts/libs/crypto/ECDSA384.sol
@@ -53,7 +53,7 @@ library ECDSA384 {
53
* @param pubKey_ the full public key of a signer. Equals to `bytes(x) + bytes(y)`.
54
*
55
* Note that signatures only from the lower part of the curve are accepted.
56
- * If your `s >= n / 2`, change it to `s = n - s`.
+ * If your `s > n / 2`, change it to `s = n - s`.
57
*/
58
function verify(
59
Parameters memory curveParams_,
0 commit comments