Diff
Not logged in

Differences From Artifact [e0a4f2f438]:

To Artifact [b37ee4cccb]:


1
2

3
4
5
6
7
8
9
1

2
3
4
5
6
7
8
9

-
+







#include "tommath_private.h"
#ifdef BN_MP_SQRT_C
#ifndef BN_MP_SQRT_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
 *
 * LibTomMath is a library that provides multiple-precision
 * integer arithmetic as well as number theoretic functionality.
 *
 * The library was designed directly after the MPI library by
 * Michael Fromberger but has been written from scratch with