Add SM9 demos

This commit is contained in:
Zhi Guan
2022-08-01 17:27:25 +08:00
parent 858f8f8833
commit 6c7876f6df
4 changed files with 118 additions and 0 deletions

10
demos/sm9/Makefile Normal file
View File

@@ -0,0 +1,10 @@
all:
cc sm9_keygen_demo.c -lgmssl -o sm9_keygen_demo
cc sm9_sign_demo.c -lgmssl -o sm9_sign_demo
cc sm9_encrypt_demo.c -lgmssl -o sm9_encrypt_demo
clean:
rm -fr sm9_keygen_demo
rm -fr sm9_sign_demo
rm -fr sm9_encrypt_demo