github.com/amazechain/amc@v0.1.3/common/crypto/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 package blst