diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-31 11:50:08 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-31 11:50:08 +0700 |
commit | bf38834123e0066c45313ca98a3258911b175049 (patch) | |
tree | bb07222e836225df10c13fff40b30f8b3d784411 | |
parent | Merge branch 'nist_ecc_test_pr' of https://github.com/BlackthornYugen/bc-csha... (diff) | |
download | BouncyCastle.NET-ed25519-bf38834123e0066c45313ca98a3258911b175049.tar.xz |
Follup for NistEccTest changes
-rw-r--r-- | crypto/crypto.csproj | 9 |
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" |