diff options
Diffstat (limited to 'security/nss/lib/freebl/mpi/montmulf.h')
-rw-r--r-- | security/nss/lib/freebl/mpi/montmulf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/lib/freebl/mpi/montmulf.h b/security/nss/lib/freebl/mpi/montmulf.h index af36f5b78..5fd5dd4e3 100644 --- a/security/nss/lib/freebl/mpi/montmulf.h +++ b/security/nss/lib/freebl/mpi/montmulf.h @@ -16,6 +16,7 @@ * Copyright (C) 1999-2000 Sun Microsystems Inc. All Rights Reserved. * * Contributor(s): + * Netscape Communications Corporation * * Alternatively, the contents of this file may be used under the * terms of the GNU General Public License Version 2 or later (the @@ -86,11 +87,12 @@ void mont_mulf_noconv(unsigned int *result, * Note that m1 and m2 should both be of length nlen, so they should be * padded with 0's if necessary before the conversion. The result comes in * this form (int representation, padded with 0's). + * dn0 is the value of the 16 least significant bits of n0'. * The function does not allocate memory for any of the arrays, so the * pointers should point to arrays with the following minimal sizes: * result - nlen+1 * dm1 - nlen - * dm2 - 2*nlen+1 /* the +1 is necessary for technical reasons */ + * dm2 - 2*nlen+1 ( the +1 is necessary for technical reasons ) * dt - 4*nlen+2 * dn - nlen * nint - nlen |