From 5aac5f23fbf962b7247fb0e97dee0b72f3201174 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 26 Apr 2016 16:32:41 +0900 Subject: add getter Fp2::getXi_a() --- include/mcl/fp_tower.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mcl/fp_tower.hpp') diff --git a/include/mcl/fp_tower.hpp b/include/mcl/fp_tower.hpp index 85d523e..6548099 100644 --- a/include/mcl/fp_tower.hpp +++ b/include/mcl/fp_tower.hpp @@ -108,6 +108,7 @@ public: isOdd() is not good naming. QQQ */ bool isOdd() const { return a.isOdd(); } + static inline const Fp& getXi_a() { return xi_a_; } static inline void init(uint32_t xi_a) { assert(Fp::maxSize <= 256); -- cgit