Skip to content

Commit

Permalink
Fix typo in ecmult_const_impl.h
Browse files Browse the repository at this point in the history
Summary:
Fix small typo in the reference given for the wNAF method

This is a backport fo libsecp256k1 [[bitcoin-core/secp256k1#742 | PR742]]

Test Plan:
  ninja check-secp256k1

Reviewers: #bitcoin_abc, majcosta

Reviewed By: #bitcoin_abc, majcosta

Differential Revision: https://reviews.bitcoinabc.org/D7585
  • Loading branch information
f-daniel authored and deadalnix committed Sep 27, 2020
1 parent eaabf25 commit f7f2ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecmult_const_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*
* Adapted from `The Width-w NAF Method Provides Small Memory and Fast Elliptic Scalar
* Multiplications Secure against Side Channel Attacks`, Okeya and Tagaki. M. Joye (Ed.)
* CT-RSA 2003, LNCS 2612, pp. 328-443, 2003. Springer-Verlagy Berlin Heidelberg 2003
* CT-RSA 2003, LNCS 2612, pp. 328-443, 2003. Springer-Verlag Berlin Heidelberg 2003
*
* Numbers reference steps of `Algorithm SPA-resistant Width-w NAF with Odd Scalar` on pp. 335
*/
Expand Down

0 comments on commit f7f2ed4

Please sign in to comment.