Skip to content

intx 0.7.0

Compare
Choose a tag to compare
@chfast chfast released this 17 Dec 13:26
· 147 commits to master since this release
v0.7.0
ceb8640

Changed

  • The int128.hpp and intx.hpp header files have been merged. Now the whole library is included in single intx/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