diff --git a/include/mbedtls/bignum.h b/include/mbedtls/bignum.h index 34d5b166e..4d04b336e 100644 --- a/include/mbedtls/bignum.h +++ b/include/mbedtls/bignum.h @@ -88,7 +88,7 @@ * Maximum window size used for modular exponentiation. Default: 6 * Minimum value: 1. Maximum value: 6. * - * Result is an array of ( 2 << MBEDTLS_MPI_WINDOW_SIZE ) MPIs used + * Result is an array of ( 2 ** MBEDTLS_MPI_WINDOW_SIZE ) MPIs used * for the sliding window calculation. (So 64 by default) * * Reduction in size, reduces speed.