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/crypto.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/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
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" |