ntru::encparams::EES887EP1 [] [src]

pub const EES887EP1: EncParams = EncParams{name: [69, 69, 83, 56, 56, 55, 69, 80, 49, 0, 0],
          n: 887,
          q: 2048,
          prod_flag: 0,
          df1: 81,
          df2: 0,
          df3: 0,
          dg: 295,
          dm0: 81,
          db: 192,
          c: 10,
          min_calls_r: 13,
          min_calls_mask: 12,
          hash_seed: 1,
          oid: [0, 5, 4],
          hash: ffi::ntru_sha256,
          hash_4way: ffi::ntru_sha256_4way,
          hash_8way: ffi::ntru_sha256_8way,
          hlen: 32,
          pklen: 192,}

An IEEE 1361.1 parameter set that gives 192 bits of security and is a tradeoff between key size and encryption/decryption speed.