package signify
import "github.com/ethereum/go-ethereum/crypto/signify"
Index ¶
Functions ¶
func SignFile ¶
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.
Source Files ¶
- Version
- v1.16.1 (latest)
- Published
- Jul 2, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 5 days ago –
Tools for package owners.