Versions in this module Expand all Collapse all v0 v0.0.2 Sep 4, 2024 v0.0.1 Aug 23, 2024 Changes in this version + func IsPubKeyPointValid(pubKeyPoint *mcl.PointG2) bool + func IsSecretKeyValid(scalar *mcl.Scalar) bool + func IsSigValidPoint(sig *bls.Sign) bool + type BlsSingleSigner struct + func NewBlsSigner() *BlsSingleSigner + func (s *BlsSingleSigner) IsInterfaceNil() bool + func (s *BlsSingleSigner) Sign(private crypto.PrivateKey, msg []byte) ([]byte, error) + func (s *BlsSingleSigner) Verify(public crypto.PublicKey, msg []byte, sig []byte) error