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
$ ./autogen.sh
$ mkdir ../build && cd ../build
$ ../secp256k1/configure
$ make precomp
make: Nothing to be done for 'precomp'.
$ make clean-precomp
rm -f src/precomputed_ecmult_gen.c src/precomputed_ecmult.c
$ make precomp
make: Nothing to be done for 'precomp'.