In the `keybase.json` data file, the `/proof_object/body/key/kid` is the same as the "public key", just in hex instead of base64. Rewrite `keybase.txt.liquid` to derive the public key from the proof object to avoid duplicate data.
In the
keybase.jsondata file, the/proof_object/body/key/kidis the same as the "public key", just in hex instead of base64.Rewrite
keybase.txt.liquidto derive the public key from the proof object to avoid duplicate data.