summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mul.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-02 14:34:08 +0000
committerBodo Möller <bodo@openssl.org>2000-03-02 14:34:08 +0000
commit2d092edf5edef95072fbb63cd8d09d30a7dd7973 (patch)
tree2e5403ec14f75bfed5138761f0c968951a612d24 /crypto/bn/bn_mul.c
parent5ee0d9c4a3fbe6d42637a1bef3d13ca85c5c5c13 (diff)
Change comment.
Diffstat (limited to 'crypto/bn/bn_mul.c')
-rw-r--r--crypto/bn/bn_mul.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c
index 9c4d7c71d5..3e8baaad9a 100644
--- a/crypto/bn/bn_mul.c
+++ b/crypto/bn/bn_mul.c
@@ -61,7 +61,8 @@
#include "bn_lcl.h"
#ifdef BN_RECURSION
-/* Karatsuba-Ofman recursive multiplication algorithm */
+/* Karatsuba recursive multiplication algorithm
+ * (cf. Knuth, The Art of Computer Programming, Vol. 2) */
/* r is 2*n2 words in size,
* a and b are both n2 words in size.