Versions in this module Expand all Collapse all v3 v3.2.1 May 8, 2020 Changes in this version + func Digest(in io.Reader) (string, error) + func DigestFile(filename string) (string, error) + type PassphraseFetcher func(name string) ([]byte, error) + type Signatory struct + Entity *openpgp.Entity + KeyRing openpgp.EntityList + func NewFromFiles(keyfile, keyringfile string) (*Signatory, error) + func NewFromKeyring(keyringfile, id string) (*Signatory, error) + func (s *Signatory) ClearSign(chartpath string) (string, error) + func (s *Signatory) DecryptKey(fn PassphraseFetcher) error + func (s *Signatory) Verify(chartpath, sigpath string) (*Verification, error) + type SumCollection struct + Files map[string]string + Images map[string]string + type Verification struct + FileHash string + FileName string + SignedBy *openpgp.Entity Other modules containing this package github.com/kruglovmax/helm