Struct ntrumls::ffi::PQParamSet [] [src]

#[repr(C)]
pub struct PQParamSet { pub id: PQParamSetID, pub name: *mut c_char, pub oid: [uint8_t; 3], pub n_bits: uint8_t, pub q_bits: uint8_t, pub n: uint16_t, pub p: int8_t, pub q: int64_t, pub b_s: int64_t, pub b_t: int64_t, pub norm_bound_s: int64_t, pub norm_bound_t: int64_t, pub d1: uint8_t, pub d2: uint8_t, pub d3: uint8_t, pub padded_n: uint16_t, }

Fields

Trait Implementations

impl Clone for PQParamSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PQParamSet
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PQParamSet

impl !Sync for PQParamSet