Skip to content
/ intx Public

Extended precision integer C++ library

License

Notifications You must be signed in to change notification settings

chfast/intx

Repository files navigation

intx

readme style: standard

Extended precision integer C++ library

Provides following types:

  • uint128 (standalone module int128.hpp),
  • 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.