mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-09 15:20:55 +00:00
Edited ch04_keys.adoc with Atlas code editor
This commit is contained in:
parent
e702755a9a
commit
87d954c7ca
@ -553,6 +553,7 @@ to public keys by first hashing the key with SHA256 and then hashing
|
|||||||
that output with RIPEMD-160; this produced a 20-byte commitment to the
|
that output with RIPEMD-160; this produced a 20-byte commitment to the
|
||||||
public key.
|
public key.
|
||||||
|
|
||||||
|
[role="less_space pagebreak-before"]
|
||||||
We can look at that algorithmically.
|
We can look at that algorithmically.
|
||||||
Starting with the public key _K_, we compute the SHA256 hash and then
|
Starting with the public key _K_, we compute the SHA256 hash and then
|
||||||
compute the RIPEMD-160 hash of the result, producing a 160-bit (20-byte)
|
compute the RIPEMD-160 hash of the result, producing a 160-bit (20-byte)
|
||||||
|
Loading…
Reference in New Issue
Block a user