Skip to Content

libtommath v1.3.0

Created
Updated

LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.

# Usage

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 

# License

Unknown

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Chris Moore's avatar Chris Moore
  • Billy O'Neal's avatar Billy O'Neal
  • autoantwort's avatar autoantwort
  • Jia Yue Hua's avatar Jia Yue Hua
  • paperchalice's avatar paperchalice

# Changelog

  • fa11d34 [libtommath] Use cmake (#43526)
  • 7efb9a3 [libtommath] update to 1.3.0 (#41148)
  • 6717592 [libtommath] update to 1.2.1 (#34853)
  • 5b11232 [many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • b295670 Bulk convert control files. (#19986)
  • ff32240 [Libtomcrypt, libtommath] new ports (#10960)

# Source