Skip to content

Commit

Permalink
Change comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
45264 committed Mar 2, 2000
1 parent 5ee0d9c commit 2d092ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/bn/bn_mul.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d092ed

Please sign in to comment.