summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-27 11:14:16 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-27 11:14:16 +0700
commitab5eb010d9a966246bcada6b3b884af4350207ae (patch)
treee108a0cc9f303933b937938c7b73549b1fc9824b /crypto/crypto.csproj
parentOptimize final adjustments in Reduce() (diff)
downloadBouncyCastle.NET-ed25519-ab5eb010d9a966246bcada6b3b884af4350207ae.tar.xz
Add custom curve for secp384r1 (P-384)
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj25
1 files changed, 25 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 725d176e7..a4d6c7068 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4699,6 +4699,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\custom\sec\Nat384.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\custom\sec\Nat512.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -4824,6 +4829,26 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\custom\sec\SecP384R1Curve.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP384R1Field.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP384R1FieldElement.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP384R1Point.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\custom\sec\SecP521R1Curve.cs"
                     SubType = "Code"
                     BuildAction = "Compile"