[ 源代码: libtommath ]
软件包:libtommath1(1.2.0-6+deb12u1)
libtommath1 的相关链接
Debian 的资源:
下载源码包 libtommath:
- [libtommath_1.2.0-6+deb12u1.dsc]
- [libtommath_1.2.0.orig.tar.xz]
- [libtommath_1.2.0.orig.tar.xz.asc]
- [libtommath_1.2.0-6+deb12u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.libtom.net]
相似软件包:
multiple-precision integer library [runtime]
LibTomMath is a C language library that provides a vast array of highly optimized functions for number theory; including:
* Simple Algebra (Addition, Subtraction, Multiplication, Division) * Digit Manipulation (shift, binary AND/OR/XOR) * Modular Reduction (Barrett, Montgomery, DR, 2k) * Number Theory - Greatest Common Divisor - Least Common Multiple - Jacobi Symbol Computation - Multiplicative Inverse - Modular Exponentiation - Fermat & Miller-Rabin Primality Tests * Miscellaneous - Root finding over Z - Pseudo-random integers - Signed & Unsigned comparisons - Karatsuba and Toom-Cook multiplication algorithms - Fast Comba based Multiplier, Squaring and Montgomery routines
This package contains the library needed to run programs that use LibTomMath.