diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 57 |
1 files changed, 53 insertions, 4 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0ae1681fc..d3afdafe3 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -1484,6 +1484,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\nist\KMACwithSHAKE128_params.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\nist\KMACwithSHAKE256_params.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\nist\NISTNamedCurves.cs" SubType = "Code" BuildAction = "Compile" @@ -3564,6 +3574,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\digests\CSHAKEDigest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\digests\DSTU7564Digest.cs" SubType = "Code" BuildAction = "Compile" @@ -3719,6 +3734,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\digests\XofUtils.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\ec\CustomNamedCurves.cs" SubType = "Code" BuildAction = "Compile" @@ -4279,22 +4299,27 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\macs\Poly1305.cs" + RelPath = "src\crypto\macs\ISO9797Alg3Mac.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\crypto\macs\SipHash.cs" + RelPath = "src\crypto\macs\KMac.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\crypto\macs\SkeinMac.cs" + RelPath = "src\crypto\macs\Poly1305.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\crypto\macs\ISO9797Alg3Mac.cs" + RelPath = "src\crypto\macs\SipHash.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\macs\SkeinMac.cs" SubType = "Code" BuildAction = "Compile" /> @@ -8250,6 +8275,10 @@ BuildAction = "EmbeddedResource" /> <File + RelPath = "test\data\crypto\nist_ecc.txt" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "test\data\crypto\SHA3TestVectors.txt" BuildAction = "EmbeddedResource" /> @@ -11763,6 +11792,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\asn1\test\KMacParamsTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\asn1\test\LDSSecurityObjectUnitTest.cs" SubType = "Code" BuildAction = "Compile" @@ -12218,6 +12252,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\CSHAKETest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\CTSTest.cs" SubType = "Code" BuildAction = "Compile" @@ -12343,6 +12382,16 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\KMACTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\test\NistEccTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\OCBTest.cs" SubType = "Code" BuildAction = "Compile" |