Specification-compliant and performant implementation of the bbs signature scheme.
Provides a library libbbs
implementing the BLS12381-SHA-256
cipher suite.
Dependencies:
gmp
cmake
(build only)
mkdir build
cd build
cmake ..
make install
mkdir build
cd build
cmake ..
make -j
make test