summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj.filters
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-16 00:02:04 -0500
committerGitHub <noreply@github.com>2019-01-16 00:02:04 -0500
commitdf9fa62205f2d341e2b1b26595a3a1b6377c60c5 (patch)
treed4b2b34861e76a9c7c7ec1d0b0e6fe4faf25c3d6 /cryptlib.vcxproj.filters
parent982655845a784a9a4cfbc92221359a25a74184a3 (diff)
downloadcryptopp-git-df9fa62205f2d341e2b1b26595a3a1b6377c60c5.tar.gz
Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784)
Use carryless multiplies for NIST b233 and k233 curves.
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 51fff69a..6256e62b 100644
--- a/cryptlib.vcxproj.filters
+++ b/cryptlib.vcxproj.filters
@@ -203,6 +203,9 @@
<ClCompile Include="gf2n.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="gf2n_simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="gfpcrypt.cpp">
<Filter>Source Files</Filter>
</ClCompile>