mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
RsaKey ::= SEQUENCE {
|
||
|
n INTEGER ({ rsa_get_n }),
|
||
|
e INTEGER ({ rsa_get_e }),
|
||
|
d INTEGER ({ rsa_get_d })
|
||
|
}
|