mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-22 13:40:58 +00:00
Edited ch04.asciidoc with Atlas code editor
This commit is contained in:
parent
b2f6e47eb7
commit
28bbe727a3
@ -194,7 +194,7 @@ Now that we have defined addition, we can define multiplication in the standard
|
||||
[[public_key_derivation]]
|
||||
==== Generating a Public Key
|
||||
|
||||
Starting with a private key in the form of a randomly generated number _k_, we multiply it by a predetermined point on the curve called the _generator point_ _G_ to produce another point somewhere else on the curve, which is the corresponding public key _K_. The generator point is specified as part of the +secp256k1+ standard and is always the same for all keys in bitcoin:
|
||||
((("keys and addresses", "overview of", "public key generation")))Starting with a private key in the form of a randomly generated number _k_, we multiply it by a predetermined point on the curve called the _generator point_ _G_ to produce another point somewhere else on the curve, which is the corresponding public key _K_. The generator point is specified as part of the +secp256k1+ standard and is always the same for all keys in bitcoin:
|
||||
|
||||
[latexmath]
|
||||
++++
|
||||
|
Loading…
Reference in New Issue
Block a user