| 
									
										
										
										
											2018-12-02 13:10:09 +01:00
										 |  |  | /* 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. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * The library is free for all purposes without any express | 
					
						
							|  |  |  |  * guarantee it works. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if !(defined(LTM1) && defined(LTM2) && defined(LTM3))
 | 
					
						
							|  |  |  | #if defined(LTM2)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define LTM3
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #if defined(LTM1)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define LTM2
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #define LTM1
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(LTM_ALL)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_ERROR_C
 | 
					
						
							|  |  |  | #   define BN_FAST_MP_INVMOD_C
 | 
					
						
							|  |  |  | #   define BN_FAST_MP_MONTGOMERY_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_FAST_S_MP_MUL_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_FAST_S_MP_MUL_HIGH_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_FAST_S_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_2EXPT_C
 | 
					
						
							|  |  |  | #   define BN_MP_ABS_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADDMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_AND_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_MP_CNT_LSB_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_COMPLEMENT_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_3_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DR_IS_MODULUS_C
 | 
					
						
							|  |  |  | #   define BN_MP_DR_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_DR_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPORT_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPT_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPT_D_EX_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPTMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPTMOD_FAST_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXTEUCLID_C
 | 
					
						
							|  |  |  | #   define BN_MP_FREAD_C
 | 
					
						
							|  |  |  | #   define BN_MP_FWRITE_C
 | 
					
						
							|  |  |  | #   define BN_MP_GCD_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:52:29 +02:00
										 |  |  | #   define BN_MP_GET_DOUBLE_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_GET_LONG_C
 | 
					
						
							|  |  |  | #   define BN_MP_GET_LONG_LONG_C
 | 
					
						
							|  |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_IMPORT_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_INVMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_INVMOD_SLOW_C
 | 
					
						
							|  |  |  | #   define BN_MP_IS_SQUARE_C
 | 
					
						
							|  |  |  | #   define BN_MP_JACOBI_C
 | 
					
						
							|  |  |  | #   define BN_MP_KARATSUBA_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_KARATSUBA_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_LCM_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MONTGOMERY_CALC_NORMALIZATION_C
 | 
					
						
							|  |  |  | #   define BN_MP_MONTGOMERY_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_MONTGOMERY_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MULMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_N_ROOT_C
 | 
					
						
							|  |  |  | #   define BN_MP_N_ROOT_EX_C
 | 
					
						
							|  |  |  | #   define BN_MP_NEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_OR_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_FERMAT_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_IS_DIVISIBLE_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_IS_PRIME_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_MILLER_RABIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_NEXT_PRIME_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_RABIN_MILLER_TRIALS_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_RANDOM_EX_C
 | 
					
						
							|  |  |  | #   define BN_MP_RADIX_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_RADIX_SMAP_C
 | 
					
						
							|  |  |  | #   define BN_MP_RAND_C
 | 
					
						
							|  |  |  | #   define BN_MP_READ_RADIX_C
 | 
					
						
							|  |  |  | #   define BN_MP_READ_SIGNED_BIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_READ_UNSIGNED_BIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_L_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_SETUP_L_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_IS_2K_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_IS_2K_L_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:52:29 +02:00
										 |  |  | #   define BN_MP_SET_DOUBLE_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_SET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_LONG_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_LONG_LONG_C
 | 
					
						
							|  |  |  | #   define BN_MP_SHRINK_C
 | 
					
						
							|  |  |  | #   define BN_MP_SIGNED_BIN_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQRMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQRT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQRTMOD_PRIME_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUBMOD_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_TC_AND_C
 | 
					
						
							|  |  |  | #   define BN_MP_TC_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_TC_OR_C
 | 
					
						
							|  |  |  | #   define BN_MP_TC_XOR_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_TO_SIGNED_BIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_TO_SIGNED_BIN_N_C
 | 
					
						
							|  |  |  | #   define BN_MP_TO_UNSIGNED_BIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_TO_UNSIGNED_BIN_N_C
 | 
					
						
							|  |  |  | #   define BN_MP_TOOM_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_TOOM_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_TORADIX_C
 | 
					
						
							|  |  |  | #   define BN_MP_TORADIX_N_C
 | 
					
						
							|  |  |  | #   define BN_MP_UNSIGNED_BIN_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_XOR_C
 | 
					
						
							|  |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_PRIME_TAB_C
 | 
					
						
							|  |  |  | #   define BN_REVERSE_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_EXPTMOD_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_MUL_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_MUL_HIGH_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BNCORE_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_ERROR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ERROR_TO_STRING_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_FAST_MP_INVMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISEVEN_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISODD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_FAST_MP_MONTGOMERY_REDUCE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_FAST_S_MP_MUL_DIGS_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_FAST_S_MP_MUL_HIGH_DIGS_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_FAST_S_MP_SQR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_2EXPT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_GROW_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_ABS_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COPY_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_ADD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_S_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_ADD_D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_ADDMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_AND_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_CLAMP_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_CLEAR_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_CLEAR_MULTI_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_CMP_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_CMP_D_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_CMP_MAG_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_CNT_LSB_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #if defined(BN_MP_COMPLEMENT_C)
 | 
					
						
							|  |  |  | #   define BN_MP_NEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_COPY_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_COUNT_BITS_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DIV_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_ABS_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DIV_2_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DIV_2D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DIV_3_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DIV_D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_3_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DR_IS_MODULUS_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DR_REDUCE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_DR_SETUP_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_EXCH_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-22 21:29:12 +01:00
										 |  |  | #if defined(BN_MP_EXPORT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2013-01-22 21:29:12 +01:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_EXPT_D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_EXPT_D_EX_C
 | 
					
						
							| 
									
										
										
										
											2014-02-13 20:21:18 +01:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_EXPT_D_EX_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_EXPTMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_INVMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_ABS_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_IS_2K_L_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_EXPTMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_DR_IS_MODULUS_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_IS_2K_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISODD_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPTMOD_FAST_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_EXPTMOD_FAST_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MONTGOMERY_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_FAST_MP_MONTGOMERY_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_MONTGOMERY_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_DR_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_DR_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_C
 | 
					
						
							|  |  |  | #   define BN_MP_MONTGOMERY_CALC_NORMALIZATION_C
 | 
					
						
							|  |  |  | #   define BN_MP_MULMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_EXTEUCLID_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_NEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_FREAD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_S_RMAP_REVERSE_SZ_C
 | 
					
						
							|  |  |  | #   define BN_MP_S_RMAP_REVERSE_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_FWRITE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_RADIX_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_TORADIX_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_GCD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_ABS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_CNT_LSB_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:52:29 +02:00
										 |  |  | #if defined(BN_MP_GET_DOUBLE_C)
 | 
					
						
							|  |  |  | #   define BN_MP_ISNEG_C
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_GET_INT_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-10 17:21:14 +01:00
										 |  |  | #if defined(BN_MP_GET_LONG_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-10 18:59:56 +01:00
										 |  |  | #if defined(BN_MP_GET_LONG_LONG_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_GROW_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-22 21:29:12 +01:00
										 |  |  | #if defined(BN_MP_IMPORT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2013-01-22 21:29:12 +01:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_INIT_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_INIT_COPY_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_INIT_MULTI_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ERR_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_INIT_SET_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_INIT_SET_INT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_INT_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_INIT_SIZE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_INVMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_ISODD_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_FAST_MP_INVMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_INVMOD_SLOW_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_INVMOD_SLOW_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISEVEN_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISODD_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_IS_SQUARE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_MOD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_GET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQRT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_JACOBI_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISNEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_CNT_LSB_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_KARATSUBA_MUL_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_KARATSUBA_SQR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_LCM_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_GCD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_LSHD_C)
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MOD_2D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MOD_D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_DIV_D_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MONTGOMERY_CALC_NORMALIZATION_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_2EXPT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MONTGOMERY_REDUCE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_FAST_MP_MONTGOMERY_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MONTGOMERY_SETUP_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MUL_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_TOOM_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_KARATSUBA_MUL_C
 | 
					
						
							|  |  |  | #   define BN_FAST_S_MP_MUL_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_MUL_DIGS_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MUL_2_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MUL_2D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MUL_D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_MULMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_N_ROOT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_N_ROOT_EX_C
 | 
					
						
							| 
									
										
										
										
											2014-02-14 11:26:07 +01:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_N_ROOT_EX_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPT_D_EX_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_NEG_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_OR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_PRIME_FERMAT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPTMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_PRIME_IS_DIVISIBLE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_MOD_D_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_PRIME_IS_PRIME_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_IS_DIVISIBLE_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_MILLER_RABIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_PRIME_MILLER_RABIN_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CNT_LSB_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPTMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQRMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_PRIME_NEXT_PRIME_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISEVEN_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_MILLER_RABIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_PRIME_RABIN_MILLER_TRIALS_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_PRIME_RANDOM_EX_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_READ_UNSIGNED_BIN_C
 | 
					
						
							|  |  |  | #   define BN_MP_PRIME_IS_PRIME_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_RADIX_SIZE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_RADIX_SMAP_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_S_RMAP_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_S_RMAP_REVERSE_C
 | 
					
						
							|  |  |  | #   define BN_MP_S_RMAP_REVERSE_SZ_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_RAND_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_READ_RADIX_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #   define BN_MP_S_RMAP_REVERSE_SZ_C
 | 
					
						
							|  |  |  | #   define BN_MP_S_RMAP_REVERSE_C
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_READ_SIGNED_BIN_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_READ_UNSIGNED_BIN_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_READ_UNSIGNED_BIN_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_REDUCE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_REDUCE_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_MUL_HIGH_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_FAST_S_MP_MUL_HIGH_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_2D_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_MUL_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_REDUCE_2K_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #if defined(BN_MP_REDUCE_2K_L_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_REDUCE_2K_SETUP_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_2EXPT_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #if defined(BN_MP_REDUCE_2K_SETUP_L_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_2EXPT_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_REDUCE_IS_2K_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_REDUCE_2K_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #if defined(BN_MP_REDUCE_IS_2K_L_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_REDUCE_SETUP_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_2EXPT_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_RSHD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SET_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:52:29 +02:00
										 |  |  | #if defined(BN_MP_SET_DOUBLE_C)
 | 
					
						
							|  |  |  | #   define BN_MP_SET_LONG_LONG_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_SET_INT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-10 17:21:14 +01:00
										 |  |  | #if defined(BN_MP_SET_LONG_C)
 | 
					
						
							| 
									
										
										
										
											2014-12-10 18:59:56 +01:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SET_LONG_LONG_C)
 | 
					
						
							| 
									
										
										
										
											2014-12-10 17:21:14 +01:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_SHRINK_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SIGNED_BIN_SIZE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_UNSIGNED_BIN_SIZE_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SQR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_TOOM_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_KARATSUBA_SQR_C
 | 
					
						
							|  |  |  | #   define BN_FAST_S_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SQR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SQRMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SQRT_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_N_ROOT_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-18 11:03:22 +02:00
										 |  |  | #if defined(BN_MP_SQRTMOD_PRIME_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_CMP_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_JACOBI_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXPTMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISEVEN_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQRMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_MULMOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							| 
									
										
										
										
											2015-04-18 11:03:22 +02:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_SUB_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_S_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CMP_MAG_C
 | 
					
						
							|  |  |  | #   define BN_S_MP_SUB_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SUB_D_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_SUBMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-10 18:49:10 +02:00
										 |  |  | #if defined(BN_MP_TC_AND_C)
 | 
					
						
							|  |  |  | #   define BN_MP_ISNEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_AND_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_TC_DIV_2D_C)
 | 
					
						
							|  |  |  | #   define BN_MP_ISNEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_D_C
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_TC_OR_C)
 | 
					
						
							|  |  |  | #   define BN_MP_ISNEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_OR_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_TC_XOR_C)
 | 
					
						
							|  |  |  | #   define BN_MP_ISNEG_C
 | 
					
						
							|  |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SET_INT_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_XOR_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_TO_SIGNED_BIN_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_TO_UNSIGNED_BIN_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #if defined(BN_MP_TO_SIGNED_BIN_N_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_SIGNED_BIN_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_TO_SIGNED_BIN_C
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_TO_UNSIGNED_BIN_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #if defined(BN_MP_TO_UNSIGNED_BIN_N_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_UNSIGNED_BIN_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_TO_UNSIGNED_BIN_C
 | 
					
						
							| 
									
										
										
										
											2005-02-12 08:40:15 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #if defined(BN_MP_TOOM_MUL_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_3_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_TOOM_SQR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_MULTI_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_RSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_ADD_C
 | 
					
						
							|  |  |  | #   define BN_MP_SUB_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_2_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_2D_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_3_C
 | 
					
						
							|  |  |  | #   define BN_MP_LSHD_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_MULTI_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_TORADIX_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_S_RMAP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_TORADIX_N_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_ISZERO_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_DIV_D_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_S_RMAP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_UNSIGNED_BIN_SIZE_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_XOR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_MP_ZERO_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_PRIME_TAB_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_REVERSE_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_S_MP_ADD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_S_MP_EXPTMOD_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_COUNT_BITS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_SETUP_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_SETUP_L_C
 | 
					
						
							|  |  |  | #   define BN_MP_REDUCE_2K_L_C
 | 
					
						
							|  |  |  | #   define BN_MP_MOD_C
 | 
					
						
							|  |  |  | #   define BN_MP_COPY_C
 | 
					
						
							|  |  |  | #   define BN_MP_SQR_C
 | 
					
						
							|  |  |  | #   define BN_MP_MUL_C
 | 
					
						
							|  |  |  | #   define BN_MP_SET_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_S_MP_MUL_DIGS_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_FAST_S_MP_MUL_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_S_MP_MUL_HIGH_DIGS_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_FAST_S_MP_MUL_HIGH_DIGS_C
 | 
					
						
							|  |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_S_MP_SQR_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_INIT_SIZE_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							|  |  |  | #   define BN_MP_EXCH_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLEAR_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BN_S_MP_SUB_C)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define BN_MP_GROW_C
 | 
					
						
							|  |  |  | #   define BN_MP_CLAMP_C
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(BNCORE_C)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef LTM3
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define LTM_LAST
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-18 01:30:51 +03:00
										 |  |  | #include "tommath_superclass.h"
 | 
					
						
							|  |  |  | #include "tommath_class.h"
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2017-08-30 05:56:38 +02:00
										 |  |  | #   define LTM_LAST
 | 
					
						
							| 
									
										
										
										
											2004-10-29 22:07:18 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2018-12-02 13:10:09 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* ref:         $Format:%D$ */ | 
					
						
							|  |  |  | /* git commit:  $Format:%H$ */ | 
					
						
							|  |  |  | /* commit time: $Format:%ai$ */ |