Blame view

crypto/rsapubkey.asn1 82 Bytes
81f7e3824   Eric Lee   Initial Release, ...
1
2
3
4
  RsaPubKey ::= SEQUENCE {
  	n INTEGER ({ rsa_get_n }),
  	e INTEGER ({ rsa_get_e })
  }