1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-26 00:14:27 +01:00

key gen, verify, sign in intro

This commit is contained in:
Anthony Towns 2019-08-23 15:42:00 +10:00
parent d3951f63f3
commit fc74ec6b35

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.