aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-15 12:44:00 -0400
committerJack Lloyd <[email protected]>2018-03-15 12:44:00 -0400
commit8824c2d9f1b15406ae0a800dc5af5f6ce6b60b68 (patch)
tree5b0f7cf952558a3fbc4cfe29ff47a5406764b0da /news.rst
parente11d00a6cb0abb3e29fd1eff4654208a4c423a50 (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