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

ecdsasignature.asn1 « crypto - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 621ab754fb9f9769d0fe67bb7f79072db6ab8c2b (plain)
1
2
3
4
ECDSASignature ::= SEQUENCE {
	r	INTEGER ({ ecdsa_get_signature_r }),
	s	INTEGER ({ ecdsa_get_signature_s })
}