Loading crypto/bn/bn_mul.c +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
crypto/bn/bn_mul.c +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading