Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rsakey.asn1 « crypto - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c7b5df7b42896c01bbaf2b623c5f1305ff1eb5e (plain)
1
2
3
4
5
RsaKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e }),
	d INTEGER ({ rsa_get_d })
}