summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-06 10:31:12 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-06 10:31:12 +0700
commit9c89cec327d429564bd1e7b5cb92bdaae0acd8f9 (patch)
tree104baa918286eafc11b59446c73444f12a11ebc4 /crypto/crypto.csproj
parentAdd order/cofactor to the small test curves (diff)
downloadBouncyCastle.NET-ed25519-9c89cec327d429564bd1e7b5cb92bdaae0acd8f9.tar.xz
Initial work on the Curve25519 field implementation
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 6e4cc23d1..1a2f8c132 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4679,6 +4679,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\custom\sec\Curve25519Field.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\custom\sec\Nat192.cs"
                     SubType = "Code"
                     BuildAction = "Compile"