ntru::encparams::EES593EP1 [] [src]

pub const EES593EP1: NtruEncParams = NtruEncParams{name: [69, 69, 83, 53, 57, 51, 69, 80, 49, 0, 0],
              n: 593,
              q: 2048,
              prod_flag: 1,
              df1: 10,
              df2: 10,
              df3: 8,
              dg: 197,
              dm0: 158,
              db: 192,
              c: 11,
              min_calls_r: 12,
              min_calls_mask: 5,
              hash_seed: 1,
              oid: [0, 5, 16],
              hash: ffi::ntru_sha256,
              hash_4way: ffi::ntru_sha256_4way,
              hlen: 32,
              pklen: 192,}

DEPRECATED A product-form parameter set that gives 192 bits of security.

Deprecated, use EES587EP1 instead.