eth2.0-specs/tests/formats/bls
Hsiao-Wei Wang 93b7ae299d
Update BLS test format: output `null` for invalid case
2022-09-21 01:24:22 +08:00
..
README.md Rename eth2_* to eth_* 2021-08-05 11:20:49 +08:00
aggregate.md Update BLS test format: output `null` for invalid case 2022-09-21 01:24:22 +08:00
aggregate_verify.md Apply PR feedback from Danny and clean up the BLS test format docs 2021-08-06 16:39:35 +08:00
eth_aggregate_pubkeys.md Update BLS test format: output `null` for invalid case 2022-09-21 01:24:22 +08:00
eth_fast_aggregate_verify.md Apply PR feedback from Danny and clean up the BLS test format docs 2021-08-06 16:39:35 +08:00
fast_aggregate_verify.md Apply PR feedback from Danny and clean up the BLS test format docs 2021-08-06 16:39:35 +08:00
sign.md Update BLS test format: output `null` for invalid case 2022-09-21 01:24:22 +08:00
verify.md Update BLS test suite to BLS standard draft v2 format 2020-05-15 00:55:06 +08:00

README.md

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:

Note: Signature-verification and aggregate-verify test cases are not yet supported.