]> Git Repo - secp256k1.git/commitdiff
Fix typo in ecmult_const_impl.h
authorf-daniel <[email protected]>
Sat, 18 Apr 2020 10:53:06 +0000 (12:53 +0200)
committerGitHub <[email protected]>
Sat, 18 Apr 2020 10:53:06 +0000 (12:53 +0200)
Fix small typo in the reference given for the wNAF method

src/ecmult_const_impl.h

index d0d963182464a548bd4da91a53dc3249f9661ca2..011ccf0d4251e5329c5a7722b0e782807957ec2d 100644 (file)
@@ -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
  */
This page took 0.02598 seconds and 4 git commands to generate.