11 bits are needed to encode a maximum index of 1086

This commit is contained in:
Andreas Steffen 2014-03-15 19:22:16 +01:00
parent c683b389ba
commit 3933798cb1
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ static ntru_param_set_t ntru_param_sets[] = {
NTRU_EES1087EP2, /* parameter-set id */
{0x00, 0x06, 0x03}, /* OID */
0x25, /* DER id */
10, /* no. of bits in N (i.e., in an index) */
11, /* no. of bits in N (i.e., in an index) */
1087, /* N */
32, /* security strength in octets */
2048, /* q */