mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-06 03:10:56 +00:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
![]() |
RSAPublicKey ::= SEQUENCE {
|
||
|
modulus INTEGER ({ rsa_extract_mpi }), -- n
|
||
|
publicExponent INTEGER ({ rsa_extract_mpi }) -- e
|
||
|
}
|