Skip to content

Commit

Permalink
Remove note about heap allocation in secp256k1_ecmult_odd_multiples_t…
Browse files Browse the repository at this point in the history
…able_storage_var which was removed in 4704527
  • Loading branch information
jonasnick committed Oct 28, 2019
1 parent 137d304 commit b76142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecmult_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b76142f

Please sign in to comment.