Hi Alex, I cannot offer you exact numbers, but there were definitely some significant improvements to the BigInteger.ModPow performance (including faster MultiplyMonty and less calls to it) after 1.7, so I would expect it at least worth a try.
Perhaps if you manage to measure an improvement, you could report back to the list on the results. Regards, Pete Dettman On 20/05/2016 2:07 AM, Alex Malmyguine wrote: > Good time of the day! > > > > Would an application which spends 93% of encryption time in > BigInteger.Mod() and BigInteger.MultiplyMonty() benefit from upgrading > from 1.7 to 1.8.1? > > You probably need to know the specifics of the used keys, but I don’t > know much about that as it’s essentially a black box for me yet. > > > > Thank you! > > Alex >