libtommath 0.42.0-1.2 source package in Ubuntu

Changelog

libtommath (0.42.0-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * control: fix description (Closes:  #755756)
  * control: removed duplicate build dependencies
  * updated compat to 9
  * control: updated std-versions to 3.9.6
  * added patch to fix hardening
  * added patch to fix latex build error (Closes: #790320)
  * added patch fix-mp-radix-size patch (Closes: #796507)

 -- Dominique Dumont <email address hidden>  Sat, 29 Aug 2015 19:37:13 +0200

Upload details

Uploaded by:
Joe Nahmias
Uploaded to:
Sid
Original maintainer:
Joe Nahmias
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main libs

Downloads

File Size SHA-256 Checksum
libtommath_0.42.0-1.2.dsc 1.9 KiB 53889ab663663078290fe7945d94339707a195477dcb6fd9ff1d55833d69bbc3
libtommath_0.42.0.orig.tar.bz2 1.9 MiB 7b5c258304c34ac5901cfddb9f809b9b3b8ac7d04f700cf006ac766a923eb217
libtommath_0.42.0-1.2.debian.tar.xz 14.6 KiB 0e2603d01155865ab275ce094f45299a2352d38665a5f770fd28ff7e2b5e6f53

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for libtommath-dev in ubuntu wily.

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

No description available for libtommath-docs in ubuntu wily.

libtommath0: No summary available for libtommath0 in ubuntu wily.

No description available for libtommath0 in ubuntu wily.

libtommath0-dbgsym: debug symbols for package libtommath0

 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.