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:
0b8fa44
)
add comment.
author
Ulf Möller
<ulf@openssl.org>
Wed, 1 Mar 2000 19:08:47 +0000
(19:08 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 1 Mar 2000 19:08:47 +0000
(19:08 +0000)
crypto/bn/bn_mul.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_mul.c
b/crypto/bn/bn_mul.c
index eb007e19e9a9063700ca358ab9a61e6cd3bd850e..9c4d7c71d5077d3e9421ab879a85215e8b304f38 100644
(file)
--- a/
crypto/bn/bn_mul.c
+++ b/
crypto/bn/bn_mul.c
@@
-61,6
+61,8
@@
#include "bn_lcl.h"
#ifdef BN_RECURSION
+/* Karatsuba-Ofman recursive multiplication algorithm */
+
/* r is 2*n2 words in size,
* a and b are both n2 words in size.
* n2 must be a power of 2.