Skip to content

Commit 4d3d882

Browse files
authored
Fix typo (#866)
1 parent 464cc05 commit 4d3d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frost-secp256k1-tr/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ pub mod keys {
600600

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

0 commit comments

Comments
 (0)