mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
|
||
|
}
|