mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
|
RsaPubKey ::= SEQUENCE {
|
||
|
n INTEGER ({ rsa_get_n }),
|
||
|
e INTEGER ({ rsa_get_e })
|
||
|
}
|