ubuntu-linux-kernel/crypto/rsapubkey.asn1

5 lines
82 B
Plaintext
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
RsaPubKey ::= SEQUENCE {
n INTEGER ({ rsa_get_n }),
e INTEGER ({ rsa_get_e })
}