summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-25 17:23:37 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-25 17:23:37 +0700
commita33f71714285ada34ae63251835a910284a20284 (patch)
tree4ba65682cd9f489f4927c6bb8b04906d717c3cf5 /crypto/crypto.csproj
parentAdd new test to regression tests (diff)
downloadBouncyCastle.NET-ed25519-a33f71714285ada34ae63251835a910284a20284.tar.xz
Add custom curve for secp224r1 (P-224)
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 8fae3a786..2777d36ae 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4689,6 +4689,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\custom\sec\Nat224.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\custom\sec\Nat256.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -4739,6 +4744,26 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\custom\sec\SecP224R1Curve.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP224R1Field.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP224R1FieldElement.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP224R1Point.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\custom\sec\SecP256K1Curve.cs"
                     SubType = "Code"
                     BuildAction = "Compile"