git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19737 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-05 21:01:48 +00:00
parent cda55ca141
commit f0672f96a0
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2007-01-05 Love H<>rnquist <20>strand <lha@it.su.se>
* 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.

View File

@@ -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]);