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/crypto.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/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 392ff5813..d7fef35d9 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3509,6 +3509,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\ChaCha7539Engine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\DESedeEngine.cs" SubType = "Code" BuildAction = "Compile" |