summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-22 09:45:19 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-22 09:45:19 +0700
commitcbc0848b90917fa606be8049f056de2acc1712a8 (patch)
tree36632d05242cc14daa08e8acf759f5a72246caf6 /crypto/crypto.csproj
parentBMA-119 (diff)
downloadBouncyCastle.NET-ed25519-cbc0848b90917fa606be8049f056de2acc1712a8.tar.xz
Port LongArray from Java and use in F2mFieldElement
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 1c2f6a7df..abc4f6050 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4654,6 +4654,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\LongArray.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\abc\SimpleBigDecimal.cs"
                     SubType = "Code"
                     BuildAction = "Compile"