Skip to content

Commit 1104982

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

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
@@ -38,7 +38,7 @@ pub const ECDSA_PUBKEY_MAX_LEN: usize = ECDSA_UNCOMPRESSED_PUBKEY_LEN;
3838
///
3939
/// This implementation accepts both high-S and low-S signatures. Some applications
4040
/// 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
41+
/// avoid malleability. If that's the case for your protocol, the signature needs
4242
/// to be tested for low-S in addition to this verification.
4343
pub fn secp256k1_verify(
4444
message_hash: &[u8],

0 commit comments

Comments
 (0)