summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2016-01-17 15:07:27 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2016-01-17 15:07:27 +0700
commitcbe36e32b83408ebdb649677dc8cf29ac1e8cf63 (patch)
treeb0145a697b7467cf9783160ed34a66d3fa1e398a /crypto/crypto.csproj
parentSupport for re-init in Salsa family (diff)
downloadBouncyCastle.NET-ed25519-cbe36e32b83408ebdb649677dc8cf29ac1e8cf63.tar.xz
Implement updated draft-ietf-tls-chacha20-poly1305-04
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj5
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"