LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
libtommath provides CMake targets:
find_package(libtommath CONFIG REQUIRED)
target_link_libraries(main PRIVATE libtommath)
libtommath provides pkg-config modules:
# public domain library for manipulating large integer numbers
libtommath
v1.3.0#1
All
Complex license
Manifest