eth2.0-specs/tests/formats/bls
Hsiao-Wei Wang a8383be878
Apply suggestions from code review
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2021-08-05 11:12:36 +08:00
..
README.md Add tests for the Altair BLS helpers 2021-08-04 02:07:57 +08:00
aggregate.md Add `Aggregate()` case 2020-05-15 23:27:35 +08:00
aggregate_verify.md Update BLS test suite to BLS standard draft v2 format 2020-05-15 00:55:06 +08:00
eth2_aggregate_pubkeys.md Apply suggestions from code review 2021-08-05 11:12:36 +08:00
eth2_fast_aggregate_verify.md Add tests for the Altair BLS helpers 2021-08-04 02:07:57 +08:00
fast_aggregate_verify.md Add tests for the Altair BLS helpers 2021-08-04 02:07:57 +08:00
sign.md Add IETF BLS draft 04 edge cases test vectors 2020-09-25 15:01:38 +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.