run make new_file

This commit is contained in:
Steffen Jaeckel 2019-01-15 17:05:39 +01:00
parent 08eb995d01
commit c93afda118
2 changed files with 15 additions and 2 deletions

0
bn_mp_exptmod_fast.c Executable file → Normal file
View File

View File

@ -1,3 +1,14 @@
/* 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
* additional optimizations in place.
*
* SPDX-License-Identifier: Unlicense
*/
#if !(defined(LTM1) && defined(LTM2) && defined(LTM3))
#if defined(LTM2)
# define LTM3
@ -6,7 +17,6 @@
# define LTM2
#endif
#define LTM1
#if defined(LTM_ALL)
# define BN_ERROR_C
# define BN_FAST_MP_INVMOD_C
@ -148,7 +158,6 @@
# define BN_S_MP_SUB_C
# define BNCORE_C
#endif
#if defined(BN_ERROR_C)
# define BN_MP_ERROR_TO_STRING_C
#endif
@ -1207,3 +1216,7 @@
#else
# define LTM_LAST
#endif
/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */