mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-26 01:50:42 +00:00
Edited ch06.asciidoc with Atlas code editor
This commit is contained in:
parent
0a41a56c9e
commit
14a91b8e6a
@ -543,7 +543,7 @@ The function F~sig~ produces a signature +Sig+ that is composed of two values, c
|
||||
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]]
|
||||
===== Serialization of signatures (DER)
|
||||
|
Loading…
Reference in New Issue
Block a user