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