Skip to content

Commit 6e33691

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

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
@@ -95,7 +95,7 @@ pub fn secp256k1_verify(
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.
98-
/// <https://medium.com/@simonwarta/signature-determinism-for-blockchain-developers-dbd84865a93es>
98+
/// <https://medium.com/@simonwarta/signature-determinism-for-blockchain-developers-dbd84865a93e>
9999
///
100100
/// [EIP-2]: https://eips.ethereum.org/EIPS/eip-2
101101
pub fn secp256k1_recover_pubkey(

0 commit comments

Comments
 (0)