summary refs log tree commit diff
path: root/crypto/BouncyCastle.iOS.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2019-08-02 18:41:24 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2019-08-02 18:41:24 +0700
commitd5b186492a09c1aee253998670fc843e6087fe6e (patch)
tree011ee300b06ce58772a6fe46879c35a0a372d198 /crypto/BouncyCastle.iOS.csproj
parentProvide a constant-time zero test (diff)
downloadBouncyCastle.NET-ed25519-d5b186492a09c1aee253998670fc843e6087fe6e.tar.xz
Add experimental support for GLV Type A endomorphisms
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r--crypto/BouncyCastle.iOS.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index f3ffb3b66..8194180f5 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -1220,7 +1220,9 @@
     <Compile Include="src\math\ec\ECPoint.cs" />
     <Compile Include="src\math\ec\ECPointMap.cs" />
     <Compile Include="src\math\ec\LongArray.cs" />
+    <Compile Include="src\math\ec\ScaleXNegateYPointMap.cs" />
     <Compile Include="src\math\ec\ScaleXPointMap.cs" />
+    <Compile Include="src\math\ec\ScaleYNegateXPointMap.cs" />
     <Compile Include="src\math\ec\ScaleYPointMap.cs" />
     <Compile Include="src\math\ec\SimpleLookupTable.cs" />
     <Compile Include="src\math\ec\abc\SimpleBigDecimal.cs" />
@@ -1335,9 +1337,13 @@
     <Compile Include="src\math\ec\custom\sec\SecT571R1Curve.cs" />
     <Compile Include="src\math\ec\custom\sec\SecT571R1Point.cs" />
     <Compile Include="src\math\ec\endo\ECEndomorphism.cs" />
+    <Compile Include="src\math\ec\endo\EndoUtilities.cs" />
     <Compile Include="src\math\ec\endo\GlvEndomorphism.cs" />
+    <Compile Include="src\math\ec\endo\GlvTypeAEndomorphism.cs" />
+    <Compile Include="src\math\ec\endo\GlvTypeAParameters.cs" />
     <Compile Include="src\math\ec\endo\GlvTypeBEndomorphism.cs" />
     <Compile Include="src\math\ec\endo\GlvTypeBParameters.cs" />
+    <Compile Include="src\math\ec\endo\ScalarSplitParameters.cs" />
     <Compile Include="src\math\ec\multiplier\AbstractECMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\DoubleAddMultiplier.cs" />
     <Compile Include="src\math\ec\multiplier\ECMultiplier.cs" />