summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-02-14 04:06:16 -0500
committerJeffrey Walton <noloader@gmail.com>2018-02-14 04:06:16 -0500
commit15b14cc6189084e4b4ef1930087a56bddd5a8aee (patch)
treeef1165d484ed0ed3083a323e0fed651d472171eb /cryptlib.vcxproj
parent541caa3978278efcbca006094d9136473ca5ffe8 (diff)
downloadcryptopp-git-15b14cc6189084e4b4ef1930087a56bddd5a8aee.tar.gz
Remove Simon and Speck ciphers (GH #585)
We recently learned our Simon and Speck implementation was wrong. The removal will stop harm until we can loop back and fix the issue. The issue is, the paper, the test vectors and the ref-impl do not align. Each produces slightly different result. We followed the test vectors but they turned out to be wrong for the ciphers. We have one kernel test vector but we don't have a working implementation to observe it to fix our implementation. Ugh...
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj8
1 files changed, 1 insertions, 7 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index fff3f475..9bc4a9a3 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -288,16 +288,12 @@
<ClCompile Include="shacal2-simd.cpp" />
<ClCompile Include="shark.cpp" />
<ClCompile Include="sharkbox.cpp" />
- <ClCompile Include="simon-simd.cpp" />
- <ClCompile Include="simon.cpp" />
<ClCompile Include="simple.cpp" />
<ClCompile Include="skipjack.cpp" />
<ClCompile Include="sm3.cpp" />
<ClCompile Include="sm4.cpp" />
<ClCompile Include="socketft.cpp" />
<ClCompile Include="sosemanuk.cpp" />
- <ClCompile Include="speck.cpp" />
- <ClCompile Include="speck-simd.cpp" />
<ClCompile Include="square.cpp" />
<ClCompile Include="squaretb.cpp" />
<ClCompile Include="sse-simd.cpp" />
@@ -478,7 +474,6 @@
<ClInclude Include="shacal2.h" />
<ClInclude Include="shark.h" />
<ClInclude Include="simple.h" />
- <ClInclude Include="simon.h" />
<ClInclude Include="siphash.h" />
<ClInclude Include="skipjack.h" />
<ClInclude Include="sm3.h" />
@@ -486,7 +481,6 @@
<ClInclude Include="smartptr.h" />
<ClInclude Include="socketft.h" />
<ClInclude Include="sosemanuk.h" />
- <ClInclude Include="speck.h" />
<ClInclude Include="square.h" />
<ClInclude Include="stdcpp.h" />
<ClInclude Include="strciphr.h" />
@@ -515,4 +509,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>