sm2 with short ciphertext

This commit is contained in:
Zhi Guan
2016-05-16 20:38:44 +02:00
parent 60d14da0cc
commit 62b396d193
19 changed files with 249 additions and 138 deletions

5
demos/otp/Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
gcc mkgen.c ../../libcrypto.a -o mkgen
gcc tkgen.c ../../libcrypto.a -o tkgen
clean:
rm -fr mkgen tkgen