Skip to content

Commit 421f33f

Browse files
committed
Merge branch 'nist_ecc_test_pr' of https://github.com/BlackthornYugen/bc-csharp into BlackthornYugen-nist_ecc_test_pr
2 parents b398343 + b536fe1 commit 421f33f

File tree

3 files changed

+3288
-0
lines changed

3 files changed

+3288
-0
lines changed

crypto/test/UnitTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
<Compile Include="src\crypto\test\MacTest.cs" />
229229
<Compile Include="src\crypto\test\ModeTest.cs" />
230230
<Compile Include="src\crypto\test\NaccacheSternTest.cs" />
231+
<Compile Include="src\crypto\test\NistEccTest.cs" />
231232
<Compile Include="src\crypto\test\NoekeonTest.cs" />
232233
<Compile Include="src\crypto\test\NonMemoableDigestTest.cs" />
233234
<Compile Include="src\crypto\test\NullTest.cs" />
@@ -489,6 +490,7 @@
489490
<EmbeddedResource Include="data\suvaRoot1.crt" />
490491
<EmbeddedResource Include="data\ThawteSGCCA.cer" />
491492
<EmbeddedResource Include="data\ThawteSGCCA.crl" />
493+
<EmbeddedResource Include="data\crypto\nist_ecc.txt" />
492494
<EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" />
493495
<EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" />
494496
<EmbeddedResource Include="data\crypto\cavp\original_KDFCTR_gen.rsp" />

0 commit comments

Comments
 (0)