We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421f33f commit bf38834Copy full SHA for bf38834
crypto/crypto.csproj
@@ -8274,6 +8274,10 @@
8274
RelPath = "test\data\cms\sigs\SignedMSPkcs7.sig"
8275
BuildAction = "EmbeddedResource"
8276
/>
8277
+ <File
8278
+ RelPath = "test\data\crypto\nist_ecc.txt"
8279
+ BuildAction = "EmbeddedResource"
8280
+ />
8281
<File
8282
RelPath = "test\data\crypto\SHA3TestVectors.txt"
8283
@@ -12382,6 +12386,11 @@
12382
12386
SubType = "Code"
12383
12387
BuildAction = "Compile"
12384
12388
12389
12390
+ RelPath = "test\src\crypto\test\NistEccTest.cs"
12391
+ SubType = "Code"
12392
+ BuildAction = "Compile"
12393
12385
12394
12395
RelPath = "test\src\crypto\test\OCBTest.cs"
12396
0 commit comments