# Functions

EncryptShares takes an ordered set of byte slices to encrypt and the corresponding base64-encoded public keys to encrypt them with, encrypts each byte slice with the corresponding public key.
FetchKeybasePubkeys fetches public keys from Keybase given a set of usernames, which are derived from correctly formatted input entries.
GetEntities takes in a string array of base64-encoded PGP keys and returns the openpgp Entities.
GetFingerprints takes in a list of openpgp Entities and returns the fingerprints.
ParsePGPKeys takes a list of PGP keys and parses them either using keybase or reading them from disk and returns the "expanded" list of pgp keys in the same order.
ReadPGPFile reads the given PGP file from disk.

# Type aliases

PGPPubKeyFiles implements the flag.Value interface and allows parsing and reading a list of PGP public key files.