publicstaticfingerprintToLongid=(fingerprint: string)=>{if(fingerprint.length===40){// pgp keysreturnfingerprint.substr(-16).toUpperCase();}thrownewError(`Unexpected fingerprint format (len: ${fingerprint.length}): "${fingerprint}"`);}Actually this is ok, however this will not work for v5 OpenPGP keys which use longer fingerprints. I'll file a separate issue.
Originally posted by @tomholub in #3575 (comment)
Actually this is ok, however this will not work for v5 OpenPGP keys which use longer fingerprints. I'll file a separate issue.
Originally posted by @tomholub in #3575 (comment)