Skip to content

Commit cffddc3

Browse files
Test Vectors for EC Point Multiply
Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv
1 parent a3ffd09 commit cffddc3

File tree

3 files changed

+3254
-0
lines changed

3 files changed

+3254
-0
lines changed

crypto/test/UnitTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<Compile Include="src\crypto\test\MacTest.cs" />
220220
<Compile Include="src\crypto\test\ModeTest.cs" />
221221
<Compile Include="src\crypto\test\NaccacheSternTest.cs" />
222+
<Compile Include="src\crypto\test\NistEccTest.cs" />
222223
<Compile Include="src\crypto\test\NoekeonTest.cs" />
223224
<Compile Include="src\crypto\test\NonMemoableDigestTest.cs" />
224225
<Compile Include="src\crypto\test\NullTest.cs" />
@@ -471,6 +472,7 @@
471472
<EmbeddedResource Include="data\suvaRoot1.crt" />
472473
<EmbeddedResource Include="data\ThawteSGCCA.cer" />
473474
<EmbeddedResource Include="data\ThawteSGCCA.crl" />
475+
<EmbeddedResource Include="data\crypto\nist_ecc.txt" />
474476
<EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" />
475477
<EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" />
476478
<EmbeddedResource Include="data\PKITS\README.txt" />

0 commit comments

Comments
 (0)