]> Git Repo - linux.git/blob - crypto/ecdsasignature.asn1
Merge branch 'fixes-rc1' into fixes
[linux.git] / crypto / ecdsasignature.asn1
1 ECDSASignature ::= SEQUENCE {
2         r       INTEGER ({ ecdsa_get_signature_r }),
3         s       INTEGER ({ ecdsa_get_signature_s })
4 }
This page took 0.031174 seconds and 4 git commands to generate.