]> Git Repo - linux.git/blob - crypto/sm2signature.asn1
Merge tag 'hwlock-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson...
[linux.git] / crypto / sm2signature.asn1
1 Sm2Signature ::= SEQUENCE {
2         sig_r   INTEGER ({ sm2_get_signature_r }),
3         sig_s   INTEGER ({ sm2_get_signature_s })
4 }
This page took 0.028165 seconds and 4 git commands to generate.