Versions in this module Expand all Collapse all v0 v0.7.0 Mar 12, 2022 Changes in this version + func CombineSignedPayloads(trcs map[string]cppki.SignedTRC) ([]byte, error) + func RunSign(pld, certfile, keyfile, out, outDir string) error + func SignPayload(pld []byte, signer crypto.Signer, cert *x509.Certificate) ([]byte, error) v0.6.0 Dec 4, 2020 Changes in this version + func Cmd(pather command.Pather) *cobra.Command + func CreatePayload(cfg conf.TRC) (*cppki.TRC, error) + func DecodeFromFile(name string) (cppki.SignedTRC, error) + func RunCombine(files []string, pld, out string) error + func RunVerify(files []string, anchor string) error