summary refs log tree commit diff
path: root/crypto/BouncyCastle.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2019-08-03 00:14:03 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2019-08-03 00:14:03 +0700
commit11ae28f007e8c932ca11f5351b93e5ebf1a9599a (patch)
treec78afb2b870aaf23b023728ef2a02e50ec06a01e /crypto/BouncyCastle.csproj
parentUse fixed-point comb when multiplying basepoint (diff)
downloadBouncyCastle.NET-ed25519-11ae28f007e8c932ca11f5351b93e5ebf1a9599a.tar.xz
Improve caching behaviour for algorithms using endomorphisms
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r--crypto/BouncyCastle.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index 6a5e58829..3ba21ac66 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -1336,6 +1336,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" />