We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a01eb commit 6e33691Copy full SHA for 6e33691
packages/crypto/src/secp256k1.rs
@@ -95,7 +95,7 @@ pub fn secp256k1_verify(
95
/// Please note that restricting signatures to low-S does not make signatures unique
96
/// in the sense that for each (pubkey, message) there is only one signature. The
97
/// signer can generate an arbitrary amount of valid signatures.
98
-/// <https://medium.com/@simonwarta/signature-determinism-for-blockchain-developers-dbd84865a93es>
+/// <https://medium.com/@simonwarta/signature-determinism-for-blockchain-developers-dbd84865a93e>
99
///
100
/// [EIP-2]: https://eips.ethereum.org/EIPS/eip-2
101
pub fn secp256k1_recover_pubkey(
0 commit comments