Skip to content

Commit

Permalink
More primes for 32-bit architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
shaih committed Mar 31, 2015
1 parent 4f6aafe commit a2f8866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/aes/Test_AES.cpp
Expand Up @@ -70,7 +70,11 @@ int main(int argc, char **argv)
if (L<23) L=23;
if (idx<1) idx=1; // the sz=0 params are incompatible with bootstrapping
} else {
#if (NTL_SP_NBITS<50)
if (L<46) L=46;
#else
if (L<42) L=42;
#endif
}

long p = mValues[idx][0];
Expand Down

0 comments on commit a2f8866

Please sign in to comment.