Skip to main content

ssh_ed25519_pubkey

Function ssh_ed25519_pubkey 

Source
pub fn ssh_ed25519_pubkey(raw: &[u8; 32]) -> String
Expand description

Renders a raw ed25519 public key in OpenSSH ssh-ed25519 <b64> form (the wire blob is two length-prefixed strings: key type, key bytes).