Skip to content

Latest commit

History

History

bls

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

bls-js

Build Status codecov ETH2.0_Spec_Version 0.8.0

This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures and supports signature aggregation.

spec

test vectors

Usage

  • yarn add @chainsafe/bls

Development

  • git clone --recursive git@github.com:ChainSafe/lodestar.git
  • cd lodestar
  • lerna bootstrap
  • cd packages/bls