X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/8a1d19818d01fe3443bbdddd9a43e4e6868acb4b..f0c52873e4c1e3a16bb2d5a086df2526f698e4ac:/strongprime.c diff --git a/strongprime.c b/strongprime.c index 019691f..866533d 100644 --- a/strongprime.c +++ b/strongprime.c @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: strongprime.c,v 1.4 2000/07/01 11:24:52 mdw Exp $ + * $Id: strongprime.c,v 1.5 2004/04/08 01:36:15 mdw Exp $ * * Generate `strong' prime numbers * * (c) 1999 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Catacomb. * @@ -15,35 +15,18 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * Catacomb is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with Catacomb; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: strongprime.c,v $ - * Revision 1.4 2000/07/01 11:24:52 mdw - * Remove old debugging code. - * - * Revision 1.3 2000/06/17 12:10:09 mdw - * Add some argument checking. Use MP secure memory interface. - * - * Revision 1.2 2000/02/12 18:21:03 mdw - * Overhaul of key management (again). - * - * Revision 1.1 1999/12/22 15:51:22 mdw - * Find `strong' RSA primes using Gordon's algorithm. - * - */ - /*----- Header files ------------------------------------------------------*/ #include @@ -211,7 +194,7 @@ mp *strongprime(const char *name, mp *d, unsigned nbits, grand *r, pfilt f; pgen_jumpctx j; rabin rb; - + d = strongprime_setup(name, d, &f, nbits, r, n, event, ectx); j.j = &f; d = pgen(name, d, d, event, ectx, n, pgen_jump, &j,