import "github.com/ethereum/go-ethereum/crypto/signify"
func SignFile(input string, output string, key string, untrustedComment string, trustedComment string) error
SignFile creates a signature of the input file.
This accepts base64 keys in the format created by the 'signify' tool. The signature is written to the 'output' file.
Package signify imports 8 packages (graph). Updated 2021-01-20. Refresh now. Tools for package owners.