Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain factor. Update credits and copyrights notice.

This commit is contained in:
Mounir IDRASSI
2016-10-17 18:40:23 +02:00
parent 7ff3c5d108
commit e5a9e9239b
21 changed files with 285 additions and 26 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ SOURCES = \
Aestab.c \
cpu.c \
Rmd160.c \
Serpent.c \
SerpentFast.c \
SerpentFast_simd.cpp \
Sha2.c \
Twofish.c \
GostCipher.c \