Wenjie

Results 2 comments of Wenjie

> The cost of the constructor `Fr(int)` is almost the same as that of `Fr::mul` because it uses Montgomery conversion. `i*Fr(100)` is equal to `Fr(i)*Fr(100)`. > > If you need...

Thanks, I found out that modifying the constant 9 to 255 in gmp_utils.hpp seems to work. Is this the correct way?