From d79a501212d4012139c714e361577669c75171aa Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 15 Apr 2018 21:12:11 +0700 Subject: Cache-safety for EC lookup tables - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit --- crypto/BouncyCastle.csproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/BouncyCastle.csproj') diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 004e35e78..1303b1c59 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -1124,11 +1124,13 @@ + + -- cgit 1.4.1