mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 16:37:39 +00:00
c65c6ebc38
* invert go tag * fix rc * try again * Revert "try again" This reverts commit 70ff7658b7cbc43b903bac267f4d7c9833536f8b. * fix fuzz * Update shared/bls/blst/BUILD.bazel Co-authored-by: Victor Farazdagi <simple.square@gmail.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
8 lines
314 B
Go
8 lines
314 B
Go
// Package blst implements a go-wrapper around a library implementing the
|
|
// the BLS12-381 curve and signature scheme. This package exposes a public API for
|
|
// verifying and aggregating BLS signatures used by Ethereum 2.0.
|
|
//
|
|
// This implementation uses the library written by Supranational, blst.
|
|
//
|
|
package blst
|