summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj.filters
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.filters
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.filters')
-rw-r--r--cryptlib.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptlib.vcxproj.filters b/cryptlib.vcxproj.filters
index 8d10ba5a..9aa10650 100644
--- a/cryptlib.vcxproj.filters
+++ b/cryptlib.vcxproj.filters
@@ -146,6 +146,9 @@
<ClCompile Include="donna_64.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="donna_sse.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="dsa.cpp">
<Filter>Source Files</Filter>
</ClCompile>