diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-11-01 19:29:34 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-11-01 19:29:34 +0700 |
commit | 663b42ccebe07ed3ca08780129353c564caba27f (patch) | |
tree | b9999ada5c905851074826aa99dffba500c769e5 | |
parent | Fix length in ShiftLeft (diff) | |
download | BouncyCastle.NET-ed25519-663b42ccebe07ed3ca08780129353c564caba27f.tar.xz |
Add new classes for ChaCha and XSalsa20
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 76c91ae2b..852df2c09 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" @@ -9567,6 +9577,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" @@ -10037,6 +10052,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" |