diff options
Diffstat (limited to 'src/lib/pubkey/ec_group/point_mul.h')
-rw-r--r-- | src/lib/pubkey/ec_group/point_mul.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/pubkey/ec_group/point_mul.h b/src/lib/pubkey/ec_group/point_mul.h index 97fd326a2..b6e9da3b9 100644 --- a/src/lib/pubkey/ec_group/point_mul.h +++ b/src/lib/pubkey/ec_group/point_mul.h @@ -23,6 +23,7 @@ class PointGFp_Base_Point_Precompute const BigInt& group_order, std::vector<BigInt>& ws) const; private: + size_t m_T_bits; std::vector<PointGFp> m_T; }; |