Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RiXelanya committed Jul 5, 2023
1 parent ef52258 commit 3efcabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/bls/bls.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func PublicKeyAggregate(pubs []*PublicKey) *PublicKey {
}

func VerifyAggregated(sig *Signature, pubs []*PublicKey, msg []byte) bool {

aggPub := PublicKeyAggregate(pubs)
return aggPub.Verify(msg, sig) == nil
}

0 comments on commit 3efcabd

Please sign in to comment.