Struct sarkara::kex::PrivateKey [] [src]

pub struct PrivateKey(pub Key<[u16; 1024]>);

Newhope private key.

Trait Implementations

impl<T> TryFrom<T> for PrivateKey where T: AsRef<[u8]>
[src]

Unstable (try_from)

The type returned in the event of a conversion error.

Unstable (try_from)

Performs the conversion.