From fc74ec6b356c83ac380ba33e48a434c2e0d6a270 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Fri, 23 Aug 2019 15:42:00 +1000 Subject: [PATCH] key gen, verify, sign in intro --- bip-schnorr.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-schnorr.mediawiki b/bip-schnorr.mediawiki index 8e534031..9c80cd54 100644 --- a/bip-schnorr.mediawiki +++ b/bip-schnorr.mediawiki @@ -91,7 +91,7 @@ This proposal suggests to include the tag by prefixing the hashed data with ''SH === Specification === -We first describe the verification algorithm, and then the signature algorithm. +We first describe the key generation algorithm, then the verification algorithm, and then the signature algorithm. The following convention is used, with constants as defined for secp256k1: * Lowercase variables represent integers or byte arrays.