[crypto] add sm4 standard implementation

This commit is contained in:
zhaoxiaomeng
2017-06-17 13:59:57 +08:00
parent 30537d4a63
commit 775a2df6c4
3 changed files with 215 additions and 1 deletions

View File

@@ -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