1 files changed, 33 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 93ca2cf23..488886e6c 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3094,6 +3094,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\IXof.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\KeyGenerationParameters.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -3209,6 +3214,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\digests\KeccakDigest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\digests\LongDigest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -3289,6 +3299,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\digests\ShakeDigest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\digests\ShortenedDigest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -7165,6 +7180,14 @@
BuildAction = "EmbeddedResource"
/>
<File
+ RelPath = "test\data\crypto\SHA3TestVectors.txt"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\crypto\SHAKETestVectors.txt"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
RelPath = "test\data\hc256\hc128\ecrypt_HC-128.txt"
BuildAction = "EmbeddedResource"
/>
@@ -11138,6 +11161,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\test\KeccakDigestTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\test\MacTest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11388,6 +11416,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\test\ShakeDigestTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\test\ShortenedDigestTest.cs"
SubType = "Code"
BuildAction = "Compile"
|