summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-13 10:19:54 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-13 10:19:54 -0500
commit152ac6177c8227aad52d73fec74a776454f23baa (patch)
tree8978961b876fa03e20a1eb8a1979bdf93b2e1f24 /cryptlib.vcxproj
parent20f4d22055ef99c440b62963991359bc3ff6ef27 (diff)
downloadcryptopp-git-152ac6177c8227aad52d73fec74a776454f23baa.tar.gz
Add Moon's curve25519 using SSE2 (GH #761)
Moon's code is very fast. In fact it is so fast it broke our benchmarks. Moon's code registers 0.00 milliseconds and 0.00 megacycles/operation.
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 31c4d11c..83717d69 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -215,6 +215,7 @@
</ClCompile>
<ClCompile Include="donna_32.cpp" />
<ClCompile Include="donna_64.cpp" />
+ <ClCompile Include="donna_sse.cpp" />
<ClCompile Include="dsa.cpp" />
<ClCompile Include="eax.cpp" />
<ClCompile Include="ec2n.cpp" />