Skip to content

Commit 08fc810

Browse files
f-danieldeadalnix
authored andcommitted
Fix typo in ecmult_const_impl.h
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
1 parent 40f898a commit 08fc810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secp256k1/src/ecmult_const_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*
4747
* Adapted from `The Width-w NAF Method Provides Small Memory and Fast Elliptic Scalar
4848
* Multiplications Secure against Side Channel Attacks`, Okeya and Tagaki. M. Joye (Ed.)
49-
* CT-RSA 2003, LNCS 2612, pp. 328-443, 2003. Springer-Verlagy Berlin Heidelberg 2003
49+
* CT-RSA 2003, LNCS 2612, pp. 328-443, 2003. Springer-Verlag Berlin Heidelberg 2003
5050
*
5151
* Numbers reference steps of `Algorithm SPA-resistant Width-w NAF with Odd Scalar` on pp. 335
5252
*/

0 commit comments

Comments
 (0)