pbc-sig

Cryptographic signatures library for pairing-based cryptography

brewmacoslinux
Try with needOr install directly
Source

About

Signatures library

Commands

pbc-sig

Examples

Generate a new key pair for signing$ pbc-sig keygen
Sign a message with a private key$ pbc-sig sign --key private.key --message 'data to sign'
Verify a signature with a public key$ pbc-sig verify --key public.key --message 'data' --signature sig.bin