You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/crypto/src/secp256k1.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ pub fn secp256k1_verify(
90
90
/// and will keep accepting high s-values; this is useful e.g. if a contract
91
91
/// recovers old Bitcoin signatures.".
92
92
///
93
-
/// See also OpenZeppilin's [ECDSA.recover implementation](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.8.1/contracts/utils/cryptography/ECDSA.sol#L138-L149)
93
+
/// See also OpenZeppelin's [ECDSA.recover implementation](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.8.1/contracts/utils/cryptography/ECDSA.sol#L138-L149)
94
94
/// which adds further restrictions to avoid potential siganture maleability.
95
95
/// Please note that restricting signatures to low-S does not make signatures unique
96
96
/// in the sense that for each (pubkey, message) there is only one signature. The
0 commit comments