Update some demos

This commit is contained in:
Zhi Guan
2018-10-31 11:03:21 +08:00
parent 9eadfd4cb6
commit 676076278d
37 changed files with 2277 additions and 141 deletions

11
demos/skf/Makefile Normal file
View File

@@ -0,0 +1,11 @@
all:
#gcc skf.c libskf.so -o skf
gcc skf.c -DUSE_GMAPI -lcrypto -o skf-gmapi
test:
#./skf
./skf-gmapi
clean:
rm -fr skf
rm -fr skf-gmapi