libff

C++ library for finite fields and elliptic curve cryptography

brewmacoslinux
Try with needOr install directly
Source

About

C++ library for Finite Fields and Elliptic Curves

Commands

libff

Examples

Link libff library in a C++ project compilation$ g++ -o program program.cpp -I$(brew --prefix libff)/include -L$(brew --prefix libff)/lib -lff
Verify libff installation and locate library files$ brew list libff
Check libff version and dependencies$ brew info libff