Implement the Chinese Remainder Theorem optimisation for speeding up
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2011 08:25:39 +0000 (08:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2011 08:25:39 +0000 (08:25 +0000)
commitd737853b942c17aeb9db09ef59046edd9daa652e
tree5a090cd99ac15ec0718cbaf1c2e7f9ad1c710638
parent132c534fe341ccfea930d270e3e01ed9957f4f5a
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9095 cda61777-01e9-0310-a592-d414129be87e
ssh.h
sshbn.c
sshrsa.c