Skip to content
/ intx Public
forked from chfast/intx

intx – extended precision integer library

License

Notifications You must be signed in to change notification settings

OxHainan/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
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.

About

intx – extended precision integer library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.0%
  • CMake 9.4%
  • Other 1.6%