summary refs log tree commit diff
path: root/crypto/BouncyCastle.iOS.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2018-07-10 23:21:16 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2018-07-10 23:21:16 +0700
commitaca10f3c38a70188b4caa29b1ca32b2dd04e16bc (patch)
treeefb31e973b61e1c32e49f1b9d7a6bc7f4067dcf9 /crypto/BouncyCastle.iOS.csproj
parentMake members private (diff)
downloadBouncyCastle.NET-ed25519-aca10f3c38a70188b4caa29b1ca32b2dd04e16bc.tar.xz
EC-related updates from bc-java
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r--crypto/BouncyCastle.iOS.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index 1d3616d05..c97d9bf65 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -1254,12 +1254,14 @@
     <Compile Include="src\math\ec\multiplier\FixedPointPreCompInfo.cs" />
     <Compile Include="src\math\ec\multiplier\FixedPointUtilities.cs" />
     <Compile Include="src\math\ec\multiplier\GlvMultiplier.cs" />
+    <Compile Include="src\math\ec\multiplier\IPreCompCallback.cs" />
     <Compile Include="src\math\ec\multiplier\MixedNafR2LMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\MontgomeryLadderMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\NafL2RMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\NafR2LMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\PreCompInfo.cs" />
     <Compile Include="src\math\ec\multiplier\ReferenceMultiplier.cs" />
+    <Compile Include="src\math\ec\multiplier\ValidityPreCompInfo.cs" />
     <Compile Include="src\math\ec\multiplier\WNafL2RMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\WNafPreCompInfo.cs" />
     <Compile Include="src\math\ec\multiplier\WNafUtilities.cs" />