diff options
| author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-05-11 11:34:24 +0800 |
|---|---|---|
| committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-05-11 11:34:24 +0800 |
| commit | 3e813cdfcced6914945c2670c59339d5a1854822 (patch) | |
| tree | 507e5815e0027b3377f6bc32703ec348c15a8ad5 /include/mcl/fp_tower.hpp | |
| parent | b38e1ecee938ccd3904f314cf153aa8a98a4a190 (diff) | |
| download | tangerine-mcl-3e813cdfcced6914945c2670c59339d5a1854822.tar.gz tangerine-mcl-3e813cdfcced6914945c2670c59339d5a1854822.tar.zst tangerine-mcl-3e813cdfcced6914945c2670c59339d5a1854822.zip | |
remove Fp2:getBitSize()
Diffstat (limited to 'include/mcl/fp_tower.hpp')
| -rw-r--r-- | include/mcl/fp_tower.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mcl/fp_tower.hpp b/include/mcl/fp_tower.hpp index d84ca45..9d02953 100644 --- a/include/mcl/fp_tower.hpp +++ b/include/mcl/fp_tower.hpp @@ -103,8 +103,6 @@ class Fp2T : public fp::Operator<Fp2T<Fp> > { public: typedef typename Fp::BaseFp BaseFp; static const size_t maxSize = Fp::maxSize * 2; - // not Fp::getBitSize() * 2 - static inline size_t getBitSize() { return Fp::getByteSize() * 8 + Fp::getBitSize(); } static inline size_t getByteSize() { return Fp::getByteSize() * 2; } void dump() const { |
