From 756a34aadcede47864e94329e65fc1538b21870e Mon Sep 17 00:00:00 2001 From: Werner Lewis Date: Thu, 15 Dec 2022 14:53:43 +0000 Subject: [PATCH] Use lower case for p and r Signed-off-by: Werner Lewis --- library/bignum_mod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/bignum_mod.h b/library/bignum_mod.h index e03c9aa2ec..96bbaca0fc 100644 --- a/library/bignum_mod.h +++ b/library/bignum_mod.h @@ -22,11 +22,11 @@ * they must be set up and associated with the modulus \c N. Some * functions (typically constant-flow) require that the limbs in an * output residue are initialized. - * - Bignum parameters called \c P are inputs used to set up a modulus or + * - Bignum parameters called \c p are inputs used to set up a modulus or * residue. These must be pointers to an array of limbs. * - \c T is a temporary storage area. The initial content of such a * parameter is ignored and the final content is unspecified. - * - Some functions use different names, such as \c R for the residue. + * - Some functions use different names, such as \c r for the residue. * - **Bignum sizes**: bignum sizes are always expressed in limbs. Both * #mbedtls_mpi_mod_modulus and #mbedtls_mpi_mod_residue have a \c limbs * member storing its size. All bignum parameters must have the same