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
140
140
mp_to_signed_bin_n
141
141
mp_to_unsigned_bin
142
142
mp_to_unsigned_bin_n
143
+ mp_todecimal_fast
143
144
mp_toradix
144
145
mp_toradix_n
145
146
mp_unsigned_bin_size
Original file line number Diff line number Diff line change 1072
1072
#endif
1073
1073
1074
1074
#if defined(BN_MP_TODECIMAL_FAST_C )
1075
- # define BN_MP_2EXPT_C
1076
1075
# define BN_MP_ADD_C
1077
1076
# 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
1080
1078
# define BN_MP_CMP_C
1081
1079
# 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
1085
1081
# define BN_MP_INIT_COPY_C
1086
1082
# define BN_MP_INIT_MULTI_C
1087
1083
# define BN_MP_INIT_SET_C
1091
1087
# define BN_MP_SQR_C
1092
1088
# define BN_MP_SUB_C
1093
1089
# define BN_MP_SUB_D_C
1090
+ # define BN_MP_TODECIMAL_FAST_REC_C
1094
1091
#endif
1095
1092
1096
1093
#if defined(BN_MP_TORADIX_C )
You can’t perform that action at this time.
0 commit comments