Skip to content

Commit b76142f

Browse files
committed
Remove note about heap allocation in secp256k1_ecmult_odd_multiples_table_storage_var which was removed in 4704527
1 parent 137d304 commit b76142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecmult_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ static void secp256k1_ecmult_odd_multiples_table(int n, secp256k1_gej *prej, sec
138138
* It only operates on tables sized for WINDOW_A wnaf multiples.
139139
* - secp256k1_ecmult_odd_multiples_table_storage_var, which converts its
140140
* resulting point set to actually affine points, and stores those in pre.
141-
* It operates on tables of any size, but uses heap-allocated temporaries.
141+
* It operates on tables of any size.
142142
*
143143
* To compute a*P + b*G, we compute a table for P using the first function,
144144
* and for G using the second (which requires an inverse, but it only needs to

0 commit comments

Comments
 (0)