mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
fuzz: build with -tags=fuzz,blst_disabled (#10618)
This commit is contained in:
@@ -104,6 +104,11 @@ func SignatureFromBytes(_ []byte) (Signature, error) {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
// MultipleSignaturesFromBytes -- stub
|
||||
func MultipleSignaturesFromBytes(multiSigs [][]byte) ([]common.Signature, error) {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
// AggregatePublicKeys -- stub
|
||||
func AggregatePublicKeys(_ [][]byte) (PublicKey, error) {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user