diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 3a7f510ea..315ed8fa2 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,8 @@ 2007-01-05 Love Hörnquist Åstrand + * imath/iprime.c: Use a larger table of small primes, cut down + genenration in best cases to half compared to using a small table. + * rsa.h: add RSA_FLAG_NO_BLINDING * rsa-imath.c: Add keyblinding, add a commented out CRT based RSA. diff --git a/lib/des/imath/iprime.c b/lib/des/imath/iprime.c index ae6266ff4..83a6578e0 100755 --- a/lib/des/imath/iprime.c +++ b/lib/des/imath/iprime.c @@ -110,7 +110,6 @@ static const int s_ptab[] = { 4801, 4813, 4817, 4831, 4861, 4871, 4877, 4889, 4903, 4909, 4919, 4931, 4933, 4937, 4943, 4951, 4957, 4967, 4969, 4973, 4987, 4993, 4999 -#endif }; static const int s_ptab_size = sizeof(s_ptab)/sizeof(s_ptab[0]);