ntru::encparams::EES1171EP1 [] [src]

pub const EES1171EP1: NtruEncParams = NtruEncParams{name: [69, 69, 83, 49, 49, 55, 49, 69, 80, 49, 0],
              n: 1171,
              q: 2048,
              prod_flag: 0,
              df1: 106,
              df2: 0,
              df3: 0,
              dg: 390,
              dm0: 106,
              db: 256,
              c: 12,
              min_calls_r: 20,
              min_calls_mask: 15,
              hash_seed: 1,
              oid: [0, 6, 4],
              hash: ffi::ntru_sha256,
              hash_4way: ffi::ntru_sha256_4way,
              hlen: 32,
              pklen: 256,}

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