Skip to content

Commit d2357cf

Browse files
committed
Merge branch 'BlackthornYugen-nist_ecc_test_pr' into master
2 parents b398343 + bf38834 commit d2357cf

File tree

4 files changed

+3297
-0
lines changed

4 files changed

+3297
-0
lines changed

crypto/crypto.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8274,6 +8274,10 @@
82748274
RelPath = "test\data\cms\sigs\SignedMSPkcs7.sig"
82758275
BuildAction = "EmbeddedResource"
82768276
/>
8277+
<File
8278+
RelPath = "test\data\crypto\nist_ecc.txt"
8279+
BuildAction = "EmbeddedResource"
8280+
/>
82778281
<File
82788282
RelPath = "test\data\crypto\SHA3TestVectors.txt"
82798283
BuildAction = "EmbeddedResource"
@@ -12382,6 +12386,11 @@
1238212386
SubType = "Code"
1238312387
BuildAction = "Compile"
1238412388
/>
12389+
<File
12390+
RelPath = "test\src\crypto\test\NistEccTest.cs"
12391+
SubType = "Code"
12392+
BuildAction = "Compile"
12393+
/>
1238512394
<File
1238612395
RelPath = "test\src\crypto\test\OCBTest.cs"
1238712396
SubType = "Code"

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)