libtommath 0.42.0-1build1 source package in Ubuntu

Changelog

libtommath (0.42.0-1build1) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.
 -- Colin Watson <email address hidden>   Fri, 05 Oct 2012 09:38:41 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Joe Nahmias
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main libs

Downloads

File Size SHA-256 Checksum
libtommath_0.42.0.orig.tar.bz2 1.9 MiB 7b5c258304c34ac5901cfddb9f809b9b3b8ac7d04f700cf006ac766a923eb217
libtommath_0.42.0-1build1.debian.tar.gz 4.0 KiB ad5c8153bdb5e5a80b46e4ca4e6f1da4b225d9fdd04e3053953f7921177bef63
libtommath_0.42.0-1build1.dsc 2.0 KiB b5fcb4b0d15bc93ab7b8c2810011a9067ab9a006c985c08d51b65571884c1635

Available diffs

View changes file

Binary packages built by this source

libtommath-dev: No summary available for libtommath-dev in ubuntu vivid.

No description available for libtommath-dev in ubuntu vivid.

libtommath-docs: No summary available for libtommath-docs in ubuntu utopic.

No description available for libtommath-docs in ubuntu utopic.

libtommath0: 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 itself which is need to run programs that
 use LibTomMath.