2019-04-12 22:19:10 +10:00
|
|
|
# BLS tests
|
2019-04-12 22:15:30 +10:00
|
|
|
|
2019-04-12 22:19:10 +10:00
|
|
|
A test type for BLS. Primarily geared towards verifying the *integration* of any BLS library.
|
2019-05-06 10:30:32 -05:00
|
|
|
We do not recommend rolling your own crypto or using an untested BLS library.
|
2019-04-12 22:15:30 +10:00
|
|
|
|
|
|
|
The BLS test suite runner has the following handlers:
|
|
|
|
|
2020-05-15 23:38:25 +08:00
|
|
|
- [`aggregate_verify`](./aggregate_verify.md)
|
|
|
|
- [`aggregate`](./aggregate.md)
|
|
|
|
- [`fast_aggregate_verify`](./fast_aggregate_verify.md)
|
|
|
|
- [`sign`](./sign.md)
|
|
|
|
- [`verify`](./verify.md)
|
2019-04-12 22:15:30 +10:00
|
|
|
|
2019-05-06 10:30:32 -05:00
|
|
|
*Note*: Signature-verification and aggregate-verify test cases are not yet supported.
|