8000 GitHub - chfast/intx at v0.9.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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,
  • uint256,
  • uint512.

Usage

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

Maintainer

Paweł Bylica @chfast

License

Licensed under the Apache License, Version 2.0.

0