Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 750 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 750 Bytes

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.