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
Split secp256k1_ecmult_context_teardown() out of secp256k1_ecmult_context_clear
The 'teardown' naming is to complement the 'build' function name. To 'build'
allocates and sets up the memory for pre_g and pre_g_128. To 'teardown' frees
the memory.
0 commit comments