mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-09-22 05:13:56 +08:00
Add ZUC demo
This commit is contained in:
8
demos/zuc/Makefile
Normal file
8
demos/zuc/Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user