mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
|
ECDSASignature ::= SEQUENCE {
|
||
|
r INTEGER ({ ecdsa_get_signature_r }),
|
||
|
s INTEGER ({ ecdsa_get_signature_s })
|
||
|
}
|