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
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
build/test/intx-unittests
build/test/intx-bench
Paweł Bylica @chfast
Licensed under the Apache License, Version 2.0.