]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Implement the Karatsuba technique for recursive divide-and-conquer
authorSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2011 08:25:37 +0000 (08:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2011 08:25:37 +0000 (08:25 +0000)
commitd9c3353176215ae4d2f0e470e439bca24c52e947
tree8fcf25035f3d44e376bc8b91c4f019f9e147970c
parent8b4c50be45fbecdebbf4f07a960086f2084ba968
Implement the Karatsuba technique for recursive divide-and-conquer
optimisation of large multiplies.

[originally from svn r9093]
sshbn.c