huawei-mrd-kernel/crypto/rsapubkey.asn1

4 lines
82 B
Groff

RsaPubKey ::= SEQUENCE {
n INTEGER ({ rsa_get_n }),
e INTEGER ({ rsa_get_e })
}