Cryptographic signatures library for pairing-based cryptography
Signatures library
pbc-sig
$ pbc-sig keygen
$ pbc-sig sign --key private.key --message 'data to sign'
$ pbc-sig verify --key public.key --message 'data' --signature sig.bin