X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/f7ea7527b835d7e83c1305fbe3c07d17a7f12c18..1589affab225db500965e2cb869c534d6860e6bd:/mpbarrett-exp.h diff --git a/mpbarrett-exp.h b/mpbarrett-exp.h index 5c34746..dd02637 100644 --- a/mpbarrett-exp.h +++ b/mpbarrett-exp.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpbarrett-exp.h,v 1.1 2001/06/16 12:58:12 mdw Exp $ + * $Id: mpbarrett-exp.h,v 1.2 2004/03/21 22:52:06 mdw Exp $ * * Exponentiation operations for Barrett reduction * @@ -30,6 +30,12 @@ /*----- Revision history --------------------------------------------------* * * $Log: mpbarrett-exp.h,v $ + * Revision 1.2 2004/03/21 22:52:06 mdw + * Merge and close elliptic curve branch. + * + * Revision 1.1.4.1 2004/03/20 00:20:05 mdw + * Projective coordinates for prime curves + * * Revision 1.1 2001/06/16 12:58:12 mdw * Parameters for generic exponentiation. * @@ -61,6 +67,8 @@ a = mpbarrett_reduce(mb, t, t); \ } while (0) +#define EXP_FIX(x) + #define EXP_SETMUL(d, x, y) do { \ d = mp_mul(MP_NEW, x, y); \ d = mpbarrett_reduce(mb, d, d); \