diff options
-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" |