Skip to content

Commit 5ecada9

Browse files
Update packages/crypto/src/secp256k1.rs
Co-authored-by: Mauro Lacy <maurolacy@users.noreply.github.com>
1 parent 46c7098 commit 5ecada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crypto/src/secp256k1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub fn secp256k1_verify(
9191
/// recovers old Bitcoin signatures.".
9292
///
9393
/// 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.
9595
/// Please note that restricting signatures to low-S does not make signatures unique
9696
/// in the sense that for each (pubkey, message) there is only one signature. The
9797
/// signer can generate an arbitrary amount of valid signatures.

0 commit comments

Comments
 (0)