pbc

Library for pairing-based cryptographic operations and protocols

brewmacoslinux
Try with needOr install directly
Source

About

Pairing-based cryptography

Commands

pbc

Examples

Generate pairing parameters for cryptographic operations$ pbc_param_gen
Use PBC library functions in C programs by linking against libpbc$ gcc -o myprogram myprogram.c -lpbc -lgmp
Access PBC documentation and header files for development$ brew info pbc