remove trailing whitespace
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
|
||||
*/
|
||||
|
||||
/* Karatsuba squaring, computes b = a*a using three
|
||||
/* Karatsuba squaring, computes b = a*a using three
|
||||
* half size squarings
|
||||
*
|
||||
* See comments of karatsuba_mul for details. It
|
||||
* is essentially the same algorithm but merely
|
||||
* See comments of karatsuba_mul for details. It
|
||||
* is essentially the same algorithm but merely
|
||||
* tuned to perform recursive squarings.
|
||||
*/
|
||||
int mp_karatsuba_sqr (mp_int * a, mp_int * b)
|
||||
|
Reference in New Issue
Block a user