Versions in this module Expand all Collapse all v1 v1.1.7 Apr 1, 2021 Changes in this version + func DecryptBytes(encodedCrypt, privKey string) (*bytes.Buffer, error) + func EncryptShares(input [][]byte, pgpKeys []string) ([]string, [][]byte, error) + func FetchKeybasePubkeys(input []string) (map[string]string, error) + func GetEntities(pgpKeys []string) ([]*openpgp.Entity, error) + func GetFingerprints(pgpKeys []string, entities []*openpgp.Entity) ([]string, error) + func ParsePGPKeys(keyfiles []string) ([]string, error) + func ReadPGPFile(path string) (string, error) + type PubKeyFileFlag string + func (p *PubKeyFileFlag) Example() string + func (p *PubKeyFileFlag) Set(val string) error + func (p *PubKeyFileFlag) String() string + type PubKeyFilesFlag []string + func (p *PubKeyFilesFlag) Example() string + func (p *PubKeyFilesFlag) Set(val string) error + func (p *PubKeyFilesFlag) String() string