In some cases, an application wants to verify that a specific passphrase is
correct without doing an explicit cryptographic operation.
For example, during login for mailpile, or a hypothetical libpam-gpg-agent.
Exposing an API that looks something like:
bool isPassphraseCorrect(key_fingerprint, passphrase)
should be sufficient.