mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 15:33:58 +08:00
[crypto] add sm4 standard implementation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
LIBS=../../libcrypto
|
||||
SOURCE[../../libcrypto]=\
|
||||
sms4_common.c sms4_setkey.c sms4_enc.c sms4_enc_nblks.c \
|
||||
sms4_ecb.c sms4_cbc.c sms4_cfb.c sms4_ctr.c sms4_ofb.c sms4_wrap.c
|
||||
sms4_ecb.c sms4_cbc.c sms4_cfb.c sms4_ctr.c sms4_ofb.c sms4_wrap.c \
|
||||
sms4_standard.c
|
||||
|
||||
Reference in New Issue
Block a user