Skip to content

Commit 46c7098

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

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
@@ -90,7 +90,7 @@ pub fn secp256k1_verify(
9090
/// and will keep accepting high s-values; this is useful e.g. if a contract
9191
/// recovers old Bitcoin signatures.".
9292
///
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)
9494
/// which adds further restrictions to avoid potential siganture maleability.
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

0 commit comments

Comments
 (0)