Skip to content

Commit 770b3dc

Browse files
Merge #677: Remove note about heap allocation in secp256k1_ecmult_odd_multiples_table_storage_var
b76142f Remove note about heap allocation in secp256k1_ecmult_odd_multiples_table_storage_var which was removed in 4704527 (Jonas Nick) Pull request description: ...which was removed in 4704527. h/t @roconnor-blockstream ACKs for commit b76142: Tree-SHA512: 05fcd7aa5d765f1f5d31b93d40c2621e1dd9674a0db136a1e1cb216d6c01f5be1580275700cbdc08feda8f165b3b349640472d0bdec770bebb23f952225e3f52
2 parents 137d304 + b76142f commit 770b3dc

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)