From 2d092edf5edef95072fbb63cd8d09d30a7dd7973 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 2 Mar 2000 14:34:08 +0000 Subject: [PATCH] Change comment. --- crypto/bn/bn_mul.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.34.1