summary refs log tree commit diff
path: root/crypto/BouncyCastle.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/BouncyCastle.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/BouncyCastle.csproj')
-rw-r--r--crypto/BouncyCastle.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index 3285296bc..315f6cd46 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -1389,6 +1389,7 @@
     <Compile Include="src\math\field\IPolynomial.cs" />
     <Compile Include="src\math\field\IPolynomialExtensionField.cs" />
     <Compile Include="src\math\field\PrimeField.cs" />
+    <Compile Include="src\math\raw\Bits.cs" />
     <Compile Include="src\math\raw\Interleave.cs" />
     <Compile Include="src\math\raw\Mod.cs" />
     <Compile Include="src\math\raw\Nat.cs" />
@@ -1551,6 +1552,7 @@
     <Compile Include="src\util\Enums.cs" />
     <Compile Include="src\util\IMemoable.cs" />
     <Compile Include="src\util\Integers.cs" />
+    <Compile Include="src\util\Longs.cs" />
     <Compile Include="src\util\MemoableResetException.cs" />
     <Compile Include="src\util\Platform.cs" />
     <Compile Include="src\util\Strings.cs" />
@@ -1662,4 +1664,4 @@
     <None Include="checklist.txt" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-</Project>
+</Project>
\ No newline at end of file