diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 875b1f1b4..0b81c9a6c 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3629,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" @@ -3694,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" @@ -9832,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" |