mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-14 07:38:07 -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_verifyaggregateeth_aggregate_pubkeyseth_fast_aggregate_verifyfast_aggregate_verifysignverify
Note: Signature-verification and aggregate-verify test cases are not yet supported.