diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-21 14:25:02 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-21 14:25:02 +0700 |
commit | 6e86f37d4008e5cf9cd410fcc3e43e5420915ed7 (patch) | |
tree | cf3ae8f2e7e1f98a3ff33bac6463f2ca475bb8d7 /crypto/crypto.csproj | |
parent | Call NextBytes instead of GenerateSeed (diff) | |
download | BouncyCastle.NET-ed25519-6e86f37d4008e5cf9cd410fcc3e43e5420915ed7.tar.xz |
BMA-52 Fix SerpentEngine byte-ordering
- The new TnepresEngine was added to retain the historical behaviour of SerpentEngine
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 1685c54d9..572a3cce5 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3644,6 +3644,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\SerpentEngineBase.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\SkipjackEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -3659,6 +3664,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\TnepresEngine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\TwofishEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -11760,6 +11770,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\TnepresTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\TwofishTest.cs" SubType = "Code" BuildAction = "Compile" |