1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

key gen, verify, sign in intro

This commit is contained in:
Anthony Towns 2019-08-23 15:42:00 +10:00 committed by Pieter Wuille
parent 8ffea86023
commit 0d04e41e2f

View File

@ -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.