libcrypt-dh-gmp-perl 0.00012-1build8 source package in Ubuntu

Changelog

libcrypt-dh-gmp-perl (0.00012-1build8) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:42:22 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libcrypt-dh-gmp-perl_0.00012.orig.tar.gz 33.6 KiB 51e7a47ae594cf55f66c0762f669215486e7d8b3460bdadfe79350ccf26daf38
libcrypt-dh-gmp-perl_0.00012-1build8.debian.tar.xz 3.6 KiB ab1a7209f15cf4ba440a9313e789cfc6b5529d9c4fb49b14d8153ee2dbaee105
libcrypt-dh-gmp-perl_0.00012-1build8.dsc 2.2 KiB bb02b2e6d8af69c99e595f09262c902c268a675bd8b49319deb15cd522c15f20

Available diffs

View changes file

Binary packages built by this source

libcrypt-dh-gmp-perl: Crypt::DH replacement that uses GMP directly

 Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented
 mostly in C.
 .
 In the beginning, there was Crypt::DH. However, Crypt::DH suffers from a
 couple of problems: GMP/Pari libraries are almost always required; Crypt::DH
 additionally has Math::BigInt in between GMP. Instantiating an object
 comes with a relatively high cost, and if you make many computations in one
 go, your program will suffer dramatically because of this.
 .
 Crypt::DH::GMP attempts to alleviate these problems by providing a
 Crypt::DH-compatible layer, which, instead of doing calculations via
 Math::BigInt, directly works with libgmp in C.
 .
 This means that essentially 2 call stacks worth of expensive Perl method
 calls are eliminated and also only load 1 (Crypt::DH::GMP) module instead of
 3 (Crypt::DH + Math::BigInt + Math::BigInt::GMP) is needed.
 .
 These add up to a fairly significant increase in performance.

libcrypt-dh-gmp-perl-dbgsym: debug symbols for libcrypt-dh-gmp-perl