From 7fafb63685002cddd72f51b4807d6cdd1a0fc16b Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 17 Jun 2000 11:52:48 +0000 Subject: [PATCH] Typesetting fix. --- rabin.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rabin.h b/rabin.h index fca099d..f0f6532 100644 --- a/rabin.h +++ b/rabin.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rabin.h,v 1.3 1999/12/22 15:50:29 mdw Exp $ + * $Id: rabin.h,v 1.4 2000/06/17 11:52:48 mdw Exp $ * * Miller-Rabin primality test * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: rabin.h,v $ + * Revision 1.4 2000/06/17 11:52:48 mdw + * Typesetting fix. + * * Revision 1.3 1999/12/22 15:50:29 mdw * Reworking for new prime-search system. Add function for working out how * many iterations to use for a particular number. @@ -69,7 +72,7 @@ typedef struct rabin { mpmont mm; /* Montgomery arithmetic context */ size_t s; /* %$m = 2^s r + 1$% */ mp *r; /* %$m = 2^s r + 1$% */ - mp *m1; /* %$(m - 1)R \bmod m */ + mp *m1; /* %$(m - 1)R \bmod m$% */ } rabin; /*----- Functions provided ------------------------------------------------*/ -- 2.11.0