diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 76c91ae2b..0b81c9a6c 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3324,6 +3324,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\ChaChaEngine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\DESedeEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -3499,6 +3504,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\XSalsa20Engine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\XTEAEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -3619,6 +3629,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\generators\Poly1305KeyGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\generators\RSABlindingFactorGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -3669,6 +3684,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\macs\GMac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\macs\GOST28147Mac.cs" SubType = "Code" BuildAction = "Compile" @@ -3679,6 +3699,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\macs\Poly1305.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\macs\SipHash.cs" SubType = "Code" BuildAction = "Compile" @@ -9187,6 +9212,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\asn1\test\EnumeratedTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\asn1\test\EssCertIDv2UnitTest.cs" SubType = "Code" BuildAction = "Compile" @@ -9567,6 +9597,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\ChaChaTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\CipherTest.cs" SubType = "Code" BuildAction = "Compile" @@ -9667,6 +9702,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\GMacTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\OCBTest.cs" SubType = "Code" BuildAction = "Compile" @@ -9802,6 +9842,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\Poly1305Test.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\PSSBlindTest.cs" SubType = "Code" BuildAction = "Compile" @@ -10037,6 +10082,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\XSalsa20Test.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\XTEATest.cs" SubType = "Code" BuildAction = "Compile" |