Managed Projects

LibTomMath

  Analyzed almost 2 years ago

LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C. The library is designed to provide a simple to work with API that provides fairly efficient routines that build out of the box without configuration.

36.6K lines of code

11 current contributors

about 2 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

LibTomPoly

  Analyzed 1 day ago

Provides access to polynomials of finite characteristic of varying degrees, and includes several algebraic operations: -Usual addition, subtraction, division, multiplication. -Modular versions of the add/sub/mul -Modular exponentiation -Irreducibility testing. -Monic reductions -Comparisons

1.47K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

LibTomCrypt

  Analyzed about 4 hours ago

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. ... [More] LibTomCrypt has been designed from the ground up to be very simple to use. It has a modular and standard API that allows new ciphers, hashes and PRNGs to be added or removed without change to the overall end application. It features easy to use functions and a complete user manual which has many source snippet examples. LibTomCrypt is free for all purposes under the public domain. This includes commercial use, redistribution and even branching. [Less]

104K lines of code

9 current contributors

26 days since last commit

1 users on Open Hub

Moderate Activity
0.0
 
I Use This
Licenses: Public_do..., wtfpl_2

TomsFastMath

  Analyzed about 13 hours ago

TomsFastMath is a fast public domain, open source, large integer arithmetic library written in portable ISO C.

20.1K lines of code

0 current contributors

about 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

LibTomFloat

  Analyzed about 6 hours ago

LibTomFloat sports the following features: -Supports variable radix for the mantissa. Let's you mix and match precision as required. -Supports basic operations (add, sub, multiply, divide, compares) -Supports trig functions (cosine, sine, tangent) -Supports various algebraic functions (ln, exp ... [More] , sqrt, inversion) -Entirely Public Domain. -Comes with a detailed user manual with many examples. -Based on the proven and highly reliable LibTomMath package. [Less]

1.55K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: Public_do..., wtfpl_2