summaryrefslogtreecommitdiff
path: root/bip-schnorr.mediawiki
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2019-08-23 15:42:00 +1000
committerPieter Wuille <pieter.wuille@gmail.com>2020-01-19 14:47:33 -0800
commit0d04e41e2f5a588300e5c6603f40e5538e1e0e54 (patch)
tree9a9e491075e3fd6f97023e29da121c5d901a9087 /bip-schnorr.mediawiki
parent8ffea86023048b674c8c540c80ff1ee24ec18bee (diff)
downloadbips-0d04e41e2f5a588300e5c6603f40e5538e1e0e54.tar.xz
key gen, verify, sign in intro
Diffstat (limited to 'bip-schnorr.mediawiki')
-rw-r--r--bip-schnorr.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-schnorr.mediawiki b/bip-schnorr.mediawiki
index 8e53403..9c80cd5 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.