ntru::encparams::EES439EP1 [] [src]

pub const EES439EP1: EncParams = EncParams{name: [69, 69, 83, 52, 51, 57, 69, 80, 49, 0, 0],
          n: 439,
          q: 2048,
          prod_flag: 1,
          df1: 9,
          df2: 8,
          df3: 5,
          dg: 146,
          dm0: 112,
          db: 128,
          c: 9,
          min_calls_r: 15,
          min_calls_mask: 6,
          hash_seed: 1,
          oid: [0, 3, 16],
          hash: ffi::ntru_sha1,
          hash_4way: ffi::ntru_sha1_4way,
          hash_8way: ffi::ntru_sha1_8way,
          hlen: 20,
          pklen: 128,}

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

Deprecated, use EES443EP1 instead.