Sign in
zircon-guest
/
third_party
/
linux
/
c13324879a3ce2a8d5d3fff5a3cfa1301ed5f347
/
.
/
crypto
/
rsapubkey.asn1
blob: 725498e461d25fa46706b62810eaea88a2d645c0 [
file
] [
log
] [
blame
]
RsaPubKey
::=
SEQUENCE
{
n INTEGER
({
rsa_get_n
}),
e INTEGER
({
rsa_get_e
})
}