projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee0d9c
)
Change comment.
author
Bodo Möller
<bodo@openssl.org>
Thu, 2 Mar 2000 14:34:08 +0000
(14:34 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 2 Mar 2000 14:34:08 +0000
(14:34 +0000)
crypto/bn/bn_mul.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_mul.c
b/crypto/bn/bn_mul.c
index 9c4d7c71d5077d3e9421ab879a85215e8b304f38..3e8baaad9a05b0530f427b49ea444854a75f8bcb 100644
(file)
--- 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.