summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-09-16 11:39:55 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-09-16 11:39:55 +0700
commit67403751cdd80fd9b2b17489909c6178bbef1cc4 (patch)
tree55ca14ce3ac471fec0d5e7e7103495542087d6f3 /crypto/crypto.csproj
parentAdd class summary (diff)
downloadBouncyCastle.NET-ed25519-67403751cdd80fd9b2b17489909c6178bbef1cc4.tar.xz
Port of SM2Signer 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 a80ac39ea..509638ff1 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4369,6 +4369,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\parameters\ParametersWithID.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\parameters\ParametersWithIV.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -4614,6 +4619,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\signers\SM2Signer.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\signers\X931Signer.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -11910,6 +11920,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\test\SM2SignerTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\test\SM3DigestTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -12795,6 +12810,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\util\test\TestRandomBigInteger.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\util\test\UncloseableStream.cs"
                     SubType = "Code"
                     BuildAction = "Compile"