Versions in this module Expand all Collapse all v0 v0.6.1 Jan 21, 2020 Changes in this version + func Sign(signer Signer, data []byte) ([]byte, error) + func Verify(pubKey keypair.PublicKey, data, signature []byte) error + func VerifyMultiSignature(data []byte, keys []keypair.PublicKey, m int, sigs [][]byte) error + type Signer interface + PrivKey func() keypair.PrivateKey + PubKey func() keypair.PublicKey + Scheme func() signature.SignatureScheme