mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
9 lines
362 B
Go
9 lines
362 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.
|
||
|
//
|
||
|
// Only linux_amd64 is supported at the moment.
|
||
|
package blst
|