Versions in this module
v0
Feb 7, 2024
Feb 7, 2024
Jan 24, 2024
Jan 22, 2024
Jan 20, 2024
Jan 20, 2024
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Changes in this version
+
func AggregateCompressedSignatures(multiSigs [][]byte) (common.Signature, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func AggregateMultiplePubkeys(pubkeys []common.PublicKey) common.PublicKey
—
darwin/amd64, linux/amd64, windows/amd64
+
func AggregatePublicKeys(pubs [][]byte) (common.PublicKey, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func AggregateSignatures(sigs []common.Signature) common.Signature
—
darwin/amd64, linux/amd64, windows/amd64
+
func MultipleSignaturesFromBytes(multiSigs [][]byte) ([]common.Signature, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func PublicKeyFromBytes(pubKey []byte) (common.PublicKey, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func SecretKeyFromBytes(privKey []byte) (common.SecretKey, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func SignatureFromBytes(sig []byte) (common.Signature, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func SignatureFromBytesNoValidation(sig []byte) (common.Signature, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func VerifyMultipleSignatures(sigs [][]byte, msgs [][32]byte, pubKeys []common.PublicKey) (bool, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func VerifySignature(sig []byte, msg [32]byte, pubKey common.PublicKey) (bool, error)
—
darwin/amd64, linux/amd64, windows/amd64