Daniel Kahn Gillmor <[email protected]> writes: > --- a/ecc-mod.c > +++ b/ecc-mod.c > @@ -40,7 +40,7 @@ > #include "ecc-internal.h" > > /* Computes r mod m, where m is of size mn. bp holds B^mn mod m, as mn > - limbs, but the upper mn - bn libms are zero. */ > + limbs, but the upper mn - bn limbs are zero. */ > void > ecc_mod (mp_limb_t *rp, mp_size_t rn, mp_size_t mn, > const mp_limb_t *bp, mp_size_t bn,
Thanks, applied, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
