Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-01 22:08:47 +0300
committerUlf Möller <ulf@openssl.org>2000-03-01 22:08:47 +0300
commit8782a426278dbbd3499a38003acc8a8efe6dce3c (patch)
treeff9018e0101df20b3ef85d59547bc24556b2f1bc /crypto/bn/bn_mul.c
parent0b8fa44ef070a4ce08f6b9f26ecdac4e689f02f1 (diff)
add comment.
Diffstat (limited to 'crypto/bn/bn_mul.c')
-rw-r--r--crypto/bn/bn_mul.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c
index eb007e19e9..9c4d7c71d5 100644
--- 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.