d64a4f248e | ||
---|---|---|
.. | ||
README.md | ||
aggregate_pubkeys.md | ||
aggregate_sigs.md | ||
msg_hash_g2_compressed.md | ||
msg_hash_g2_uncompressed.md | ||
priv_to_pub.md | ||
sign_msg.md |
README.md
BLS tests
A test type for BLS. Primarily geared towards verifying the integration of any BLS library. We do not recommend to roll your own crypto, or use an untested BLS library.
The BLS test suite runner has the following handlers:
aggregate_pubkeys
aggregate_sigs
msg_hash_g2_compressed
msg_hash_g2_uncompressed
priv_to_pub
sign_msg
Note: signature-verification and aggregate-verify test cases are not yet supported.