You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove W array from s_mp_mul_comba and s_mp_sqr_comba
remove calls to comba from s_mp_mul and s_mp_mul_high
TODO:
* Remove remaining W arrays
* Replace mp_exch/mp_clear pairs by mp_clear/copy
* Check if more mp_init* calls can be replaced by MP_ALIAS/mp_init_size/mp_grow optimization
0 commit comments