From: Niels Möller Date: Tue, 2 Sep 2014 20:37:59 +0000 (+0200) Subject: Typo fix in ChangeLog. X-Git-Tag: nettle_3.1rc1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04500ac38833198afd541e25ff6f6124242818ae;p=thirdparty%2Fnettle.git Typo fix in ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 4530460a..a213a3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,7 +64,7 @@ The modulo q case (op == 2) is hardcoded for curve25519. * ecc-j-to-a.c (ecc_j_to_a): For curves using redc, always convert - back from redc form. When producing x coordiante only optionally + back from redc form. When producing x coordinate only, optionally reduce it modulo q. Completely changes the meaning of the "flags" argument, and renames it to "op". Update all users of this function or ecc->h_to_a.