[][src]Trait ece::RemotePublicKey

pub trait RemotePublicKey {
    fn as_raw(&self) -> Result<Vec<u8>>;
}

Required methods

fn as_raw(&self) -> Result<Vec<u8>>

Export the key component in the binary uncompressed point representation.

Loading content...

Implementors

impl RemotePublicKey for OpenSSLRemotePublicKey[src]

Loading content...