diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-01-17 15:07:27 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-01-17 15:07:27 +0700 |
commit | cbe36e32b83408ebdb649677dc8cf29ac1e8cf63 (patch) | |
tree | b0145a697b7467cf9783160ed34a66d3fa1e398a /crypto/BouncyCastle.csproj | |
parent | Support for re-init in Salsa family (diff) | |
download | BouncyCastle.NET-ed25519-cbe36e32b83408ebdb649677dc8cf29ac1e8cf63.tar.xz |
Implement updated draft-ietf-tls-chacha20-poly1305-04
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index f57dd2011..41b9ffcc6 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -739,6 +739,7 @@ <Compile Include="src\crypto\engines\Cast5Engine.cs" /> <Compile Include="src\crypto\engines\Cast6Engine.cs" /> <Compile Include="src\crypto\engines\ChaChaEngine.cs" /> + <Compile Include="src\crypto\engines\ChaCha7539Engine.cs" /> <Compile Include="src\crypto\engines\DesEdeEngine.cs" /> <Compile Include="src\crypto\engines\DesEdeWrapEngine.cs" /> <Compile Include="src\crypto\engines\DesEngine.cs" /> |