summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-24 17:17:32 -0500
committerGitHub <noreply@github.com>2018-12-24 17:17:32 -0500
commitd62674b56145b6988cd0a9d8a658dff7cb6d8ec8 (patch)
treea30dc4f20697961ba0f347da15a112e38d88cfab /cryptlib.vcxproj
parent2ba3c1fc73ff490fa335ae649f3ab42e762369f8 (diff)
downloadcryptopp-git-d62674b56145b6988cd0a9d8a658dff7cb6d8ec8.tar.gz
Add ed25519 (GH #764, PR #767)
Add ed25519
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 5abea15e..9bf9c1ad 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -418,6 +418,9 @@
<ClInclude Include="dmac.h" />
<ClInclude Include="drbg.h" />
<ClInclude Include="donna.h" />
+ <ClInclude Include="donna_32.h" />
+ <ClInclude Include="donna_64.h" />
+ <ClInclude Include="donna_sse.h" />
<ClInclude Include="dsa.h" />
<ClInclude Include="eax.h" />
<ClInclude Include="ec2n.h" />