crypto.MessageSigner.SignMessage (method)

2 uses

	crypto (current package)
		crypto.go#L215: 	SignMessage(rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error)
		crypto.go#L247: 		return ms.SignMessage(rand, msg, opts)