mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 15:33:58 +08:00
sm2 with short ciphertext
This commit is contained in:
5
demos/otp/Makefile
Normal file
5
demos/otp/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user