pub fn write_public_key_base64<W: Write>(
    w: W,
    publickey: &PublicKey
) -> Result<(), Error>
Expand description

Write a public key onto the provided Write, encoded in base-64.