diff options
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 4be7052f9..b8d43cb27 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -1390,6 +1390,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" /> @@ -1552,6 +1553,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" /> |