diff options
Diffstat (limited to 'crypto/sm2signature.asn1')
-rw-r--r-- | crypto/sm2signature.asn1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/sm2signature.asn1 b/crypto/sm2signature.asn1 new file mode 100644 index 000000000..ab8c0b754 --- /dev/null +++ b/crypto/sm2signature.asn1 @@ -0,0 +1,4 @@ +Sm2Signature ::= SEQUENCE { + sig_r INTEGER ({ sm2_get_signature_r }), + sig_s INTEGER ({ sm2_get_signature_s }) +} |