hiro99ma blog

Something technical

library: C/C++

libsecp256k1

repository

2025/03/11: v0.6.0

$ git clone https://github.com/bitcoin-core/secp256k1.git
$ cd secp256k1
$ git checkout -b v0.6.0 refs/tags/v0.6.0
$ ./autogen.sh
$ ./configure --enable-module-recovery
$ make
$ time make check
...
real    0m51.198s
user    0m52.676s
sys     0m0.128s
$ sudo make install

補足

libwally-core

repository

2025/03/13: v1.4.0

$ git clone https://github.com/ElementsProject/libwally-core.git
$ cd libwally-core
$ git checkout -b v1.4.0 refs/tags/release_1.4.0
$ ./tools/autogen.sh
# no Elements API, use only standard secp256k1 API
$ ./configure --prefix=$HOME/.local --enable-minimal --disable-elements --enable-standard-secp --with-system-secp256k1 --disable-shared
$ make && make install

備考

libbitcoin(C++)

repository

2025/03/11: v3.8.0

備考


 < Top page


コメント(Google Formへ飛びます)

GitHub

X/Twitter

Homepage