summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-10-31 11:50:08 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-10-31 11:50:08 +0700
commitbf38834123e0066c45313ca98a3258911b175049 (patch)
treebb07222e836225df10c13fff40b30f8b3d784411
parentMerge branch 'nist_ecc_test_pr' of https://github.com/BlackthornYugen/bc-csha... (diff)
downloadBouncyCastle.NET-ed25519-bf38834123e0066c45313ca98a3258911b175049.tar.xz
Follup for NistEccTest changes
-rw-r--r--crypto/crypto.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index dd49214f8..d3afdafe3 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -8275,6 +8275,10 @@
                     BuildAction = "EmbeddedResource"
                 />
                 <File
+                    RelPath = "test\data\crypto\nist_ecc.txt"
+                    BuildAction = "EmbeddedResource"
+                />
+                <File
                     RelPath = "test\data\crypto\SHA3TestVectors.txt"
                     BuildAction = "EmbeddedResource"
                 />
@@ -12383,6 +12387,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\test\NistEccTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\test\OCBTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"