3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-11 17:55:54 +00:00
Brooklyn/crypto/ecdsasignature.asn1

5 lines
111 B
Plaintext
Raw Normal View History

2022-04-02 18:08:56 +05:00
ECDSASignature ::= SEQUENCE {
r INTEGER ({ ecdsa_get_signature_r }),
s INTEGER ({ ecdsa_get_signature_s })
}