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

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

Newhope private key.

Trait Implementations

impl<'a> TryFrom<&'a [u8]> for PrivateKey
[src]

Unstable (try_from)

The type returned in the event of a conversion error.

Unstable (try_from)

Performs the conversion.