Implement the Karatsuba technique for recursive divide-and-conquer
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2011 08:25:37 +0000 (08:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2011 08:25:37 +0000 (08:25 +0000)
commit0c431b2f818d6696270774c88fc48e4b68b9c3fa
tree8fcf25035f3d44e376bc8b91c4f019f9e147970c
parent32e51f76a4d1eb739b6ba581bc845880eef13b18
Implement the Karatsuba technique for recursive divide-and-conquer
optimisation of large multiplies.

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