Revision c315ef8d9db7f1a0ebd023a395ebdfde1c68057e authored by Chris Mason on 17 May 2016, 21:43:19 UTC, committed by Chris Mason on 17 May 2016, 21:43:19 UTC
2 parent s a88336d + 5f9a8a5
Raw File
rsapubkey.asn1
RsaPubKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e })
}
back to top