Home GnuPG

Remove unneeded lookup of key by short (4 octet) key ID

Description

Remove unneeded lookup of key by short (4 octet) key ID

Recipient key IDs are always 8 octets (= 16 hex chars).

This change removes the only usage of KeyCache::findByShortKeyID in
all of KDE (according to lxr.kde.org).

Details