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/test/UnitTests.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/test/UnitTests.csproj') diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index be8b7d3c5..922507468 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -328,6 +328,7 @@ + -- cgit 1.4.1