diff options
author | Jack Lloyd <[email protected]> | 2018-03-15 12:44:00 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-15 12:44:00 -0400 |
commit | 8824c2d9f1b15406ae0a800dc5af5f6ce6b60b68 (patch) | |
tree | 5b0f7cf952558a3fbc4cfe29ff47a5406764b0da /news.rst | |
parent | e11d00a6cb0abb3e29fd1eff4654208a4c423a50 (diff) |
Avoid using threads in DSA operations
For DSA signing using a thread turned out to be purely a pessimization.
The single threaded code is faster even on a 4-core machine running Linux
(which has very fast thread creation). It would likely be much worse
on a single core machine or an OS with slower thread primitives.
For DSA verification, use Montgomery multi-exponentiation instead.
Diffstat (limited to 'news.rst')
0 files changed, 0 insertions, 0 deletions