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.