Struct ntrumls::PrivateKey [] [src]

pub struct PrivateKey(pub Vec<u8>);

Trait Implementations

impl Debug for PrivateKey
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PrivateKey
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for PrivateKey
[src]

Auto Trait Implementations

impl Send for PrivateKey

impl Sync for PrivateKey