Skip to content
/ intx Public

Extended precision integer C++ library

License

Notifications You must be signed in to change notification settings

chfast/intx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 15, 2022
58c0c7f · Mar 15, 2022
Mar 11, 2022
Sep 21, 2021
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022
Feb 17, 2021
Mar 10, 2022
Jun 17, 2020
Mar 15, 2022
Mar 15, 2022
Dec 13, 2017
Sep 21, 2021
Mar 10, 2022
Mar 11, 2022
Mar 1, 2021
Mar 9, 2022

Repository files navigation

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.