diff options
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r-- | crypto/test/UnitTests.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index d8670bb2a..eca33fae5 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -228,6 +228,7 @@ <Compile Include="src\crypto\test\MacTest.cs" /> <Compile Include="src\crypto\test\ModeTest.cs" /> <Compile Include="src\crypto\test\NaccacheSternTest.cs" /> + <Compile Include="src\crypto\test\NistEccTest.cs" /> <Compile Include="src\crypto\test\NoekeonTest.cs" /> <Compile Include="src\crypto\test\NonMemoableDigestTest.cs" /> <Compile Include="src\crypto\test\NullTest.cs" /> @@ -489,6 +490,7 @@ <EmbeddedResource Include="data\suvaRoot1.crt" /> <EmbeddedResource Include="data\ThawteSGCCA.cer" /> <EmbeddedResource Include="data\ThawteSGCCA.crl" /> + <EmbeddedResource Include="data\crypto\nist_ecc.txt" /> <EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" /> <EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" /> <EmbeddedResource Include="data\crypto\cavp\original_KDFCTR_gen.rsp" /> |