libsecp256k1 v0.3.0:
Removed the configuration header
src/libsecp256k1-config.h.
This PR removed the code that has been unused since #27230.
The USE_ASM_X86_64 is now undefined explicitly (but actually it seems a bit redundant).
The ECMULT_GEN_PREC_BITS and ECMULT_WINDOW_SIZE macros are defined by the source code to their defaults.
Considering the upcoming CMake-based build system, these changes have a low-priority.