Change comment.

This commit is contained in:
Bodo Möller 2000-03-02 14:34:08 +00:00
parent 5ee0d9c4a3
commit 2d092edf5e

View file

@ -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.