pub trait PublicKeyBase64 {
    fn public_key_base64(&self) -> String;
}

Required Methods§

Create the base64 part of the public key blob.

Implementors§