a8383be878
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
aggregate.md | ||
aggregate_verify.md | ||
eth2_aggregate_pubkeys.md | ||
eth2_fast_aggregate_verify.md | ||
fast_aggregate_verify.md | ||
sign.md | ||
verify.md |
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:
aggregate_verify
aggregate
eth2_aggregate_pubkeys
eth2_fast_aggregate_verify
fast_aggregate_verify
sign
verify
Note: Signature-verification and aggregate-verify test cases are not yet supported.