libcrypt-dh-gmp-perl 0.00012-2build2 source package in Ubuntu

Changelog

libcrypt-dh-gmp-perl (0.00012-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:06:24 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

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-2build2.debian.tar.xz 3.8 KiB 15be097c7d355d4cd46e9ad915c3b399e23064ee2798fe04f559f9db488894d5
libcrypt-dh-gmp-perl_0.00012-2build2.dsc 2.3 KiB f752bb49449ca6584b028b5812431a9420e405d7d12acf5969a09629f51c5dae

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