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

ecrdsa_params.asn1 « crypto - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aba99c3763cf49a19e9efcbb0591e9f307510ab3 (plain)
1
2
3
4
EcrdsaParams ::= SEQUENCE {
	curve	OBJECT IDENTIFIER ({ ecrdsa_param_curve }),
	digest	OBJECT IDENTIFIER OPTIONAL ({ ecrdsa_param_digest })
}