diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-08-03 00:14:03 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-08-03 00:14:03 +0700 |
commit | 11ae28f007e8c932ca11f5351b93e5ebf1a9599a (patch) | |
tree | c78afb2b870aaf23b023728ef2a02e50ec06a01e /crypto/BouncyCastle.iOS.csproj | |
parent | Use fixed-point comb when multiplying basepoint (diff) | |
download | BouncyCastle.NET-ed25519-11ae28f007e8c932ca11f5351b93e5ebf1a9599a.tar.xz |
Improve caching behaviour for algorithms using endomorphisms
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 8194180f5..b6810009b 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -1337,6 +1337,7 @@ <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\EndoPreCompInfo.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" /> |