intx 0.7.0
Changed
- The
int128.hpp
andintx.hpp
header files have been merged. Now the whole library is included in singleintx/intx.hpp
file. #242 - The
addmod()
implementation has optimized path for elliptic curve context. #206 - The implementation of
operator==
now explicitly performs XOR folding. #245