From 14e572a2657ebd30a54d3e8ea424c1bee8b4b75f Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Wed, 26 Jun 2024 19:05:08 +0200 Subject: [PATCH] broke Vanstone name with renaming --- .../arithmetic/limbs_divmod_vartime.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constantine/math_arbitrary_precision/arithmetic/limbs_divmod_vartime.nim b/constantine/math_arbitrary_precision/arithmetic/limbs_divmod_vartime.nim index fd1af4ad..a48f98e9 100644 --- a/constantine/math_arbitrary_precision/arithmetic/limbs_divmod_vartime.nim +++ b/constantine/math_arbitrary_precision/arithmetic/limbs_divmod_vartime.nim @@ -221,7 +221,7 @@ func reduce_vartime*(r: var openArray[SecretWord], # - https://en.wikipedia.org/wiki/Barrett_reduction # - Handbook of Applied Cryptography -# Alfred J. Menezes, Paul C. van Oorschot and Scott Name. Vanstone +# Alfred J. Menezes, Paul C. van Oorschot and Scott A. Vanstone # https://cacr.uwaterloo.ca/hac/about/chap14.pdf # - Modern Computer Arithmetic # Richard P. Brent and Paul Zimmermann