From 4e284655d99c8f0ee030aa29bcd036e5e5bd2a40 Mon Sep 17 00:00:00 2001 From: f-daniel Date: Sat, 18 Apr 2020 12:53:06 +0200 Subject: [PATCH] Fix typo in ecmult_const_impl.h Fix small typo in the reference given for the wNAF method --- src/ecmult_const_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecmult_const_impl.h b/src/ecmult_const_impl.h index d0d9631824..011ccf0d42 100644 --- a/src/ecmult_const_impl.h +++ b/src/ecmult_const_impl.h @@ -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 */