diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-11-02 11:25:53 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-11-02 11:25:53 +0700 |
commit | 1060cbb89880e602450bd1c16ff57a1f2e13260c (patch) | |
tree | a126021a88e3bfba5f7ee8fb2fc258fb3a18d606 /crypto/crypto.csproj | |
parent | Add contributor entries for recent patches (diff) | |
parent | Port Poly1305 Mac implementation and tests from bc-java. (diff) | |
download | BouncyCastle.NET-ed25519-1060cbb89880e602450bd1c16ff57a1f2e13260c.tar.xz |
Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharp
Conflicts: crypto/crypto.mdp
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" |