From b76142ff25d3297239503a859763978b69f30429 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Mon, 28 Oct 2019 12:21:36 +0000 Subject: [PATCH] Remove note about heap allocation in secp256k1_ecmult_odd_multiples_table_storage_var which was removed in 47045270fa90f81205d989f7107769bce1e71c4d --- src/ecmult_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecmult_impl.h b/src/ecmult_impl.h index d1a00f600bd48..f03fa9469d73b 100644 --- a/src/ecmult_impl.h +++ b/src/ecmult_impl.h @@ -138,7 +138,7 @@ static void secp256k1_ecmult_odd_multiples_table(int n, secp256k1_gej *prej, sec * It only operates on tables sized for WINDOW_A wnaf multiples. * - secp256k1_ecmult_odd_multiples_table_storage_var, which converts its * resulting point set to actually affine points, and stores those in pre. - * It operates on tables of any size, but uses heap-allocated temporaries. + * It operates on tables of any size. * * To compute a*P + b*G, we compute a table for P using the first function, * and for G using the second (which requires an inverse, but it only needs to