]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Implement the Chinese Remainder Theorem optimisation for speeding up
authorSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2011 08:25:39 +0000 (08:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2011 08:25:39 +0000 (08:25 +0000)
commitfa85085640c2b8cc45f6b6c015d19ee6b1dab0d5
tree5a090cd99ac15ec0718cbaf1c2e7f9ad1c710638
parent61875b87e38604ab15ea27332ae19bd82abf35f2
Implement the Chinese Remainder Theorem optimisation for speeding up
RSA private key operations by making use of the fact that we know the
factors of the modulus.

[originally from svn r9095]
ssh.h
sshbn.c
sshrsa.c