secp256k1

Optimized C library for elliptic curve cryptography on secp256k1

brewmacoslinux
Try with needOr install directly
Source

About

Optimized C library for EC operations on curve secp256k1

Commands

secp256k1-config

Examples

Get compiler flags for linking against secp256k1$ secp256k1-config --cflags --libs
Check the installed version of secp256k1$ pkg-config --modversion libsecp256k1
Verify secp256k1 library is properly installed and findable$ pkg-config --exists libsecp256k1 && echo 'secp256k1 is installed'