diff options
-rw-r--r-- | src/lib/pubkey/ec_group/point_mul.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/ec_group/point_mul.cpp b/src/lib/pubkey/ec_group/point_mul.cpp index d8086df7f..dc83730c9 100644 --- a/src/lib/pubkey/ec_group/point_mul.cpp +++ b/src/lib/pubkey/ec_group/point_mul.cpp @@ -271,7 +271,7 @@ PointGFp PointGFp_Var_Point_Precompute::mul(const BigInt& k, is zero, and we cannot effectively randomize the point representation of the zero point. */ - R.randomize_repr(rng); + R.randomize_repr(rng, ws[0].get_word_vector()); } while(windows) |