Home GnuPG

Simplify lookup of key IDs prefixed with "0x"

Description

Simplify lookup of key IDs prefixed with "0x"

It makes no sense to match strings of hex values that are optionally
prefixed with "0x" and then to check that the string doesn't start with
"0x". The WKD lookup is anyway only attempted if the query contains an
"@".

Details