intx icon indicating copy to clipboard operation
intx copied to clipboard

Extended precision integer C++ library

intx

readme style: standard

Extended precision integer C++ library

Provides following types:

  • uint128,
  • uint256,
  • uint512.

Usage

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

Maintainer

Paweł Bylica @chfast

License

Licensed under the Apache License, Version 2.0.