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
When upstream switched to multicomb they changed the #define flags
needed to reduce the size of the ecmult_gen precomp table. We should
have updated our bulid.rs.
Before this change, on my system the secp256k1-sys rlib with the
lowmemory feature has size 630602. After this change, it has size
610090, a 3.3% reduction. Probably not worth backporting, although
it's not a breaking change and we totally could backport it.
Fixesrust-bitcoin#795
0 commit comments