@bitgo/bls
Version:
Implementation of bls signature verification for ethereum 2.0
28 lines (18 loc) • 1.01 kB
Markdown
# bls
[](https://travis-ci.org/ChainSafe/lodestar)
[](https://codecov.io/gh/ChainSafe/lodestar)



This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures and supports signature aggregation.
| Version | Bls spec version |
| ------- | :--------------: |
| 0.3.x | initial version |
| 1.x.x | draft #6 |
| 2.x.x | draft #7 |
> [spec](https://github.com/ethereum/eth2.0-specs/blob/v0.11.1/specs/phase0/beacon-chain.md#bls-signatures)
> [test vectors](https://github.com/ethereum/eth2.0-spec-tests/tree/master/tests/bls)
## Usage
- `yarn add @chainsafe/bls`
## License
Apache-2.0