linux-surface/crypto/rsapubkey.asn1

5 lines
82 B
Plaintext
Raw Normal View History

2017-08-10 13:25:24 +00:00
RsaPubKey ::= SEQUENCE {
n INTEGER ({ rsa_get_n }),
e INTEGER ({ rsa_get_e })
}