Struct ntrumls::PublicKey [] [src]

pub struct PublicKey { /* fields omitted */ }

NTRUMLS public key

Methods

impl PublicKey
[src]

Import the actual bytes of the key to the struct

Get the byte slice of the key

Trait Implementations

impl PartialEq for PublicKey
[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 PublicKey
[src]

impl Debug for PublicKey
[src]

Formats the value using the given formatter.

impl Clone for PublicKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more