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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 17:01:48 +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-2build3.debian.tar.xz 3.9 KiB 66f8d151f84c1b3e08a2a09fc973bfd44be80f55c6645df634945e854715088e
libcrypt-dh-gmp-perl_0.00012-2build3.dsc 2.3 KiB c8388928b075e6dcc724e7af8e628e79b5a02d6c004a1816d889020c8004aad2

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