mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 15:05:00 -05:00
BLS tests
A test type for BLS. Primarily geared towards verifying the integration of any BLS library. We do not recommend rolling your own crypto or using an untested BLS library.
The BLS test suite runner has the following handlers:
aggregate_pubkeysaggregate_sigsmsg_hash_g2_compressedmsg_hash_g2_uncompressedpriv_to_pubsign_msg
Note: Signature-verification and aggregate-verify test cases are not yet supported.