Add ZUC demo

This commit is contained in:
Zhi Guan
2022-08-01 15:59:23 +08:00
parent ec94c930b3
commit 858f8f8833
2 changed files with 49 additions and 0 deletions

8
demos/zuc/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
cc zuc_demo.c -lgmssl -o zuc_encrypt_demo
cc zuc_demo.c -lgmssl -o zuc_decrypt_demo
clean:
rm -fr zuc_encrypt_demo
rm -fr zuc_decrypt_demo