github.com/prysmaticlabs/prysm@v1.4.4/shared/bls/blst/doc.go (about)

     1  // Package blst implements a go-wrapper around a library implementing the
     2  // the BLS12-381 curve and signature scheme. This package exposes a public API for
     3  // verifying and aggregating BLS signatures used by Ethereum.
     4  //
     5  // This implementation uses the library written by Supranational, blst.
     6  //
     7  package blst