Struct ntrumls::PrivateKey [] [src]

pub struct PrivateKey { /* fields omitted */ }

NTRUMLS private key

Methods

impl PrivateKey
[src]

Import the actual bytes of the key to the struct

Get the byte slice of the key

Trait Implementations

impl PartialEq for PrivateKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PrivateKey
[src]

impl Debug for PrivateKey
[src]

Formats the value using the given formatter.

impl Clone for PrivateKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more