pub fn ssh_ed25519_pubkey(raw: &[u8; 32]) -> String
Renders a raw ed25519 public key in OpenSSH ssh-ed25519 <b64> form (the wire blob is two length-prefixed strings: key type, key bytes).
ssh-ed25519 <b64>