File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ EXPORTS
140140 mp_to_signed_bin_n
141141 mp_to_unsigned_bin
142142 mp_to_unsigned_bin_n
143+ mp_todecimal_fast
143144 mp_toradix
144145 mp_toradix_n
145146 mp_unsigned_bin_size
Original file line number Diff line number Diff line change 10721072#endif
10731073
10741074#if defined(BN_MP_TODECIMAL_FAST_C )
1075- # define BN_MP_2EXPT_C
10761075# define BN_MP_ADD_C
10771076# define BN_MP_ADD_D_C
1078- # define BN_MP_BARRETT_TODECIMAL_C
1079- # define BN_MP_BARRETT_TODECIMAL_REC_C
1077+ # define BN_MP_CLEAR_MULTI_C
10801078# define BN_MP_CMP_C
10811079# define BN_MP_DIV_2D_C
1082- # define BN_MP_GET_INT_C
1083- # define BN_MP_GET_LONG_C
1084- # define BN_MP_INIT_C
1080+ # define BN_MP_GET_I32_C
10851081# define BN_MP_INIT_COPY_C
10861082# define BN_MP_INIT_MULTI_C
10871083# define BN_MP_INIT_SET_C
10911087# define BN_MP_SQR_C
10921088# define BN_MP_SUB_C
10931089# define BN_MP_SUB_D_C
1090+ # define BN_MP_TODECIMAL_FAST_REC_C
10941091#endif
10951092
10961093#if defined(BN_MP_TORADIX_C )
You can’t perform that action at this time.
0 commit comments