mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +08: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 })
|
||
|
}
|