Some function names seems to have changed. secp256k1_ecdsa_pubkey_verify -> secp256k1_ec_pubkey_verify secp256k1_ecdsa_pubkey_decompress -> secp256k1_ec_pubkey_decompress secp256k1_ecdsa_pubkey_tweak_add -> secp256k1_ec_pubkey_tweak_add
compile with libsecp256k1 #5837
pull haraldh wants to merge 1 commits into bitcoin:master from haraldh:ec-ecdsa changing 1 files +3 −3-
haraldh commented at 6:12 PM on February 27, 2015: none
-
haraldh commented at 6:15 PM on February 27, 2015: none
$ use_libsecp256k1=1 ./configure --with-secp256k1 CXXFLAGS="-DUSE_SECP256K1 -O2 -g -Isecp256k1/include" --with-gui=no $ make
works for me to test the compile
-
b795f49cf2
compile with libsecp256k1
Some function names seems to have changed. secp256k1_ecdsa_pubkey_verify -> secp256k1_ec_pubkey_verify secp256k1_ecdsa_pubkey_decompress -> secp256k1_ec_pubkey_decompress secp256k1_ecdsa_pubkey_tweak_add -> secp256k1_ec_pubkey_tweak_add
- laanwj closed this on Mar 2, 2015
- DrahtBot locked this on Sep 8, 2021