ntru::encparams::EES541EP1 [] [src]

pub const EES541EP1: NtruEncParams = NtruEncParams{name: [69, 69, 83, 53, 52, 49, 69, 80, 49, 0, 0],
              n: 541,
              q: 2048,
              prod_flag: 0,
              df1: 49,
              df2: 0,
              df3: 0,
              dg: 180,
              dm0: 49,
              db: 112,
              c: 12,
              min_calls_r: 15,
              min_calls_mask: 11,
              hash_seed: 1,
              oid: [0, 2, 5],
              hash: ffi::ntru_sha1,
              hash_4way: ffi::ntru_sha1_4way,
              hlen: 20,
              pklen: 112,}

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