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 6e33691 commit 1104982Copy full SHA for 1104982
packages/crypto/src/secp256k1.rs
@@ -38,7 +38,7 @@ pub const ECDSA_PUBKEY_MAX_LEN: usize = ECDSA_UNCOMPRESSED_PUBKEY_LEN;
38
///
39
/// This implementation accepts both high-S and low-S signatures. Some applications
40
/// including Ethereum transactions consider high-S signatures invalid in order to
41
-/// avoid maleability. If that's the case for your protocol, the signature needs
+/// avoid malleability. If that's the case for your protocol, the signature needs
42
/// to be tested for low-S in addition to this verification.
43
pub fn secp256k1_verify(
44
message_hash: &[u8],
0 commit comments