summary refs log tree commit diff
path: root/crypto/crypto.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/crypto.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/crypto.csproj')
-rw-r--r--crypto/crypto.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 4e6330818..7789d1858 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -6569,6 +6569,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\math\ec\endo\EndoPreCompInfo.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\math\ec\endo\EndoUtilities.cs"
                     SubType = "Code"
                     BuildAction = "Compile"