パッケージ: libcrypt-dh-gmp-perl (0.00012-2 など)
libcrypt-dh-gmp-perl に関するリンク
Debian の資源:
libcrypt-dh-gmp-perl ソースパッケージをダウンロード:
- [libcrypt-dh-gmp-perl_0.00012-2.dsc]
- [libcrypt-dh-gmp-perl_0.00012.orig.tar.gz]
- [libcrypt-dh-gmp-perl_0.00012-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
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 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多倍長精度演算ライブラリ
-
- dep: perl (>= 5.40.0-6)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.40.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base