Closed sneurlax closed 1 year ago
Please advise if you have built the library accordingly: https://github.com/peercoin/coinlib/tree/master/coinlib#building-for-linux
I built bitcoin-core's secp256k1 repo from source and came back to say that resolved my issue, but following those instructions likely would have worked even better :) sorry for not RTFM
When I attempt to use coinlib as in
I get the error
flutter: Exception: Invalid argument(s): Failed to load dynamic library 'libsecp256k1.so': libsecp256k1.so: cannot open shared object file: No such file or directory
or, withlibsecp256k1-dev
instealled,[libsecp256k1] illegal argument: secp256k1_ecmult_gen_context_is_built(&ctx->ecmult_gen_ctx)
.