Files
efinix-linux/crypto/rsapubkey.asn1
2026-08-09 22:38:33 -07:00

5 lines
82 B
Groff

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