mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 06:42:18 +00:00
5 lines
111 B
Groff
5 lines
111 B
Groff
ECDSASignature ::= SEQUENCE {
|
|
r INTEGER ({ ecdsa_get_signature_r }),
|
|
s INTEGER ({ ecdsa_get_signature_s })
|
|
}
|