# Functions
IsAlwaysTrust will return the value of the always trust flag or the default (false).
UseCache returns true if this request should ignore the cache.
WithAlwaysTrust will return a context with the flag for always trust set.
WithUseCache returns a context with the value of NoCache set.
# Variables
ErrKeyNotFound is returned when a key is not found.
# Structs
Capabilities of a Key.
Identity is a GPG identity, one key can have many IDs.
Key is a GPG key (public or secret).
# Type aliases
KeyList is a searchable slice of Keys.