summaryrefslogtreecommitdiff
path: root/Filelist.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-02-18 23:23:50 -0500
committerJeffrey Walton <noloader@gmail.com>2018-02-18 23:23:50 -0500
commite416b243d37d0904c6dfdf1ecce491f458fcecbb (patch)
treec02738cd3768de42aa558a2a19763bd05dd91b25 /Filelist.txt
parente5b9fa648569b161151c94f21506d171e71d7a1b (diff)
downloadcryptopp-git-e416b243d37d0904c6dfdf1ecce491f458fcecbb.tar.gz
Re-add Simon and Speck, enable SSE (GH #585)
This commit re-adds Simon and Speck. The commit includes C++, SSSE3 and SSE4. NEON, Aarch32 and Aarch64 are disabled at the moment.
Diffstat (limited to 'Filelist.txt')
-rw-r--r--Filelist.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Filelist.txt b/Filelist.txt
index 24842d31..b679a6cf 100644
--- a/Filelist.txt
+++ b/Filelist.txt
@@ -276,6 +276,9 @@ sharkbox.cpp
simple.cpp
simple.h
siphash.h
+simon.cpp
+simon-simd.cpp
+simon.h
skipjack.cpp
skipjack.h
sm3.cpp
@@ -287,6 +290,9 @@ socketft.cpp
socketft.h
sosemanuk.cpp
sosemanuk.h
+speck.cpp
+speck-simd.cpp
+speck.h
square.cpp
square.h
squaretb.cpp
@@ -466,10 +472,12 @@ TestVectors/sha3_256_fips_202.txt
TestVectors/sha3_384_fips_202.txt
TestVectors/sha3_512_fips_202.txt
TestVectors/shacal2.txt
+TestVectors/simon.txt
TestVectors/siphash.txt
TestVectors/sm3.txt
TestVectors/sm4.txt
TestVectors/sosemanuk.txt
+TestVectors/speck.txt
TestVectors/tea.txt
TestVectors/threefish.txt
TestVectors/ttmac.txt