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
Hello brother. When i try to get my address from PK using the below code, it returns an error of [libsecp256k1] illegal argument: secp256k1_ecmult_gen_context_is_built(&ctx->ecmult_gen_ctx)
I've run into this issue as well. In my project, libsecp256k1 was introduced as a third party, and I'm not sure if it was the build issue that caused this problem.
So I modified the eth_ecdsa_pubkey_get function in ecdsa.c:
Later I built libsecp256k1 and the sample code separately trying to figure out why, but the issue just didn't occur. I didn't further investigate because of the time
Hello brother. When i try to get my address from PK using the below code, it returns an error of
[libsecp256k1] illegal argument: secp256k1_ecmult_gen_context_is_built(&ctx->ecmult_gen_ctx)
the coed is
The text was updated successfully, but these errors were encountered: