package
0.7.3
Repository: https://github.com/quorumcontrol/tupelo.git
Documentation: pkg.go.dev

# Functions

BytesToSignKey converts a byte array to a SignKey.
BytesToVerKey converts a byte array to a VerKey.
MustNewSignKey is like NewSignKey, but will panic on error.
NewSignKey instantiates a new SignKey.
SumSignatures aggregates signatures.
SumVerKeys returns a single VerKey that is the aggregate of al the VerKeys passed in.
VerifyMultiSig verifies a message using a multi signature.TODO: let's pass in real verkeys and not binary.

# Structs

SignKey represents a signkey.
VerKey represents a verkey.