From 4d3d8822f894890e11d51b5ae4aed55cd3e50394 Mon Sep 17 00:00:00 2001 From: shigeyuki azuchi Date: Fri, 7 Feb 2025 23:09:51 +0900 Subject: [PATCH] Fix typo (#866) --- frost-secp256k1-tr/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frost-secp256k1-tr/src/lib.rs b/frost-secp256k1-tr/src/lib.rs index f566f72e..eee93fd6 100644 --- a/frost-secp256k1-tr/src/lib.rs +++ b/frost-secp256k1-tr/src/lib.rs @@ -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