summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-01 19:10:28 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-01 19:10:28 +0700
commit8405b5610adc2405c7cb1d2b25150388728adba6 (patch)
treedc311fdc9782ed7bace841ad74141f17a1b57217 /crypto/crypto.csproj
parentAdd support for delayed modular reduction (diff)
downloadBouncyCastle.NET-ed25519-8405b5610adc2405c7cb1d2b25150388728adba6.tar.xz
Add custom curve for secp521r1 (P-521)
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 4c657b6ac..4c125b99a 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4769,6 +4769,26 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\custom\sec\SecP521R1Curve.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP521R1Field.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP521R1FieldElement.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP521R1Point.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\multiplier\AbstractECMultiplier.cs"
                     SubType = "Code"
                     BuildAction = "Compile"