Robin Lindenparent 5e920668dd7de6db
Normalize the PublicKey fingerprint
In some places it's formated like 1234 1324 and in others 12341234.This commit modifies the PublicKey class to always return an unformattedfingerprint in the format 12341234 that can later be prettified ifit's going somewhere user-visible.