fuzz: build with -tags=fuzz,blst_disabled (#10618)

This commit is contained in:
Preston Van Loon
2022-05-03 17:19:05 -05:00
committed by GitHub
parent 51581e9b6e
commit f763b35494
2 changed files with 10 additions and 0 deletions

View File

@@ -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)