Skip to content

Commit

Permalink
Fix typo (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi authored Feb 7, 2025
1 parent 464cc05 commit 4d3d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frost-secp256k1-tr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ pub mod keys {

/// Trait for ensuring the group public key has an even Y coordinate.
///
/// In BIP-320, public keys are encoded with only the X coordinate, which
/// In BIP-340, public keys are encoded with only the X coordinate, which
/// means that two Y coordinates are possible. The specification says that
/// the coordinate which is even must be used. Alternatively, something
/// equivalent can be accomplished by simply converting any existing
Expand Down

0 comments on commit 4d3d882

Please sign in to comment.