Files
Debian-9-Kernel/crypto/rsapubkey.asn1
T

5 lines
82 B
Plaintext
Raw Normal View History

2023-05-02 09:58:35 +02:00
RsaPubKey ::= SEQUENCE {
n INTEGER ({ rsa_get_n }),
e INTEGER ({ rsa_get_e })
}