Trait KeyExport

pub trait KeyExport: KeySizeUser

Serialize a key to a byte array.

Required Methods

fn to_bytes(&self) -> Key<Self>

Serialize this key as a byte array.