mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +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 })
|
||
|
}
|