]> Git Repo - linux.git/blob - crypto/ecdsasignature.asn1
Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6
[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.030116 seconds and 4 git commands to generate.