summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-10-18 23:42:54 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-10-18 23:42:54 +0700
commit08b8d058c924763cb68f835655d4b39ac300f379 (patch)
treea4925fd9367f42a0c65f5b14c619f7b179cd53de /crypto/crypto.csproj
parentLatest XDH, EdDSA updates from bc-java (diff)
downloadBouncyCastle.NET-ed25519-08b8d058c924763cb68f835655d4b39ac300f379.tar.xz
Add Bits and Longs classes from bc-java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index a940fbd0b..797c6ae9e 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -6834,6 +6834,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\raw\Bits.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\raw\Interleave.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -7644,6 +7649,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\util\Longs.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\util\MemoableResetException.cs"
                     SubType = "Code"
                     BuildAction = "Compile"