Trait cryptonomicon::asymmetric::PrivateKey[][src]

pub trait PrivateKey {
    fn generate() -> Result<Vec<u8>>;
}

Common interface for all asymmetric crypto private keys

Required Methods

Generate a new private key

Implementors