summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-03-14 11:46:03 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-03-14 11:46:03 +0700
commit2271696c780b55d0da8400319048d64980b3d3f0 (patch)
tree25127146f56ced5c52108eb05664ea5a344891aa /crypto/crypto.csproj
parentPort GLV implementation from Java (diff)
downloadBouncyCastle.NET-ed25519-2271696c780b55d0da8400319048d64980b3d3f0.tar.xz
GlvMultiplier.cs missed in last commit
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 195d69a23..b58f1221a 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4934,6 +4934,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\multiplier\GlvMultiplier.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\multiplier\MixedNafR2LMultiplier.cs"
                     SubType = "Code"
                     BuildAction = "Compile"