1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-02-18 10:32:05 +00:00

Edited ch06.asciidoc with Atlas code editor

This commit is contained in:
judymcconville@roadrunner.com 2017-04-30 18:19:08 -07:00
parent 0a41a56c9e
commit 14a91b8e6a

View File

@ -543,7 +543,7 @@ The function F~sig~ produces a signature +Sig+ that is composed of two values, c
Sig = (R, S) Sig = (R, S)
---- ----
Now that the two values +R+ and +S+ have been calculated, they are serialized into a byte-stream using an international standard encoding scheme called the _Distinguished Encoding Rules_, or _DER_. ((("Distinguished Encoding Rules (DER)")))Now that the two values +R+ and +S+ have been calculated, they are serialized into a byte-stream using an international standard encoding scheme called the _Distinguished Encoding Rules_, or _DER_.
[[seralization_of_signatures_der]] [[seralization_of_signatures_der]]
===== Serialization of signatures (DER) ===== Serialization of signatures (DER)