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
@@ -91,7 +91,7 @@ pub fn secp256k1_verify(
91
91
/// recovers old Bitcoin signatures.".
92
92
///
93
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
-
/// which adds further restrictions to avoid potential siganture maleability.
94
+
/// which adds further restrictions to avoid potential signature malleability.
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
97
97
/// signer can generate an arbitrary amount of valid signatures.
0 commit comments