Extended precision integer C++ library
Provides following types:
uint128
,uint256
,uint512
.
To build, test or benchmark.
git clone https://github.com/chfast/intx
cd intx
mkdir build
cd build
cmake ..
cmake --build . -- -j
test/intx-unittests
test/intx-bench
Paweł Bylica @chfast
Licensed under the Apache License, Version 2.0.