summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-26 17:49:58 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-26 17:49:58 +0700
commit2cf78b09633f6f993b03a544abf2ee28fb592ce4 (patch)
tree77ac09df09038ddf58a1b4b08d09b25467d43a8b /crypto/crypto.csproj
parentTidy up comments (diff)
downloadBouncyCastle.NET-ed25519-2cf78b09633f6f993b03a544abf2ee28fb592ce4.tar.xz
Port custom curve for secp256r1 from Java
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 0d4ca0e30..e89330bc2 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4704,6 +4704,26 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\custom\sec\SecP256R1Curve.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP256R1Field.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP256R1FieldElement.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\math\ec\custom\sec\SecP256R1Point.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\multiplier\ECMultiplier.cs"
                     SubType = "Code"
                     BuildAction = "Compile"