2 "name": "secp256k1WrapperForRN",
4 "summary": "Optimized C library for EC operations on curve secp256k1",
5 "homepage": "https://github.com/mattiaferrari02/secp256k1",
11 "secp256k1 contributors": "https://github.com/bitcoin-core/secp256k1/graphs/contributors"
14 "git": "https://github.com/mattiaferrari02/secp256k1.git",
21 "module_name": "secp256k1WrapperForRN",
22 "public_header_files": "include/*.h",
31 "src/bench_internal.c",
33 "src/modules/**/bench_impl.h",
34 "src/modules/**/tests_exhaustive_impl.h",
35 "src/modules/**/tests_impl.h",
36 "src/precompute_ecmult_gen.c",
37 "src/precompute_ecmult.c",
38 "src/tests_exhaustive.c",
40 "src/valgrind_ctime_test.c"
43 "-DENABLE_MODULE_ECDH",
44 "-DENABLE_MODULE_EXTRAKEYS",
45 "-DENABLE_MODULE_RECOVERY",
46 "-DENABLE_MODULE_SCHNORRSIG",
47 "-DECMULT_GEN_PREC_BITS=4",
48 "-DECMULT_WINDOW_SIZE=15"
51 "HEADER_SEARCH_PATHS": "$(SRCROOT)/secp256k1Wrapper $(SRCROOT)/secp256k1Wrapper/src $(SRCROOT)/secp256k1Wrapper/include",
52 "OTHER_CFLAGS": "-pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-shorten-64-to-32 -Wno-conditional-uninitialized -Wno-unused-function -Wno-long-long -Wno-overlength-strings -O3"