Merge tag 'parisc-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/delle...
[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.025533 seconds and 4 git commands to generate.