1Revision history for Crypt::DH
2
30.07  2012.06.06
4    - Made Math::BigInt::* dependency dynamic to avoid Math::BigInt falling
5      back to BigInt backends that are too slow for practical use.
6
70.06  2005.06.10
8    - Fixed compute_key/compute_secret to accept a Math::Pari object, so that
9      it's backwards-compatible with e.g. Net::SSH::Perl.
10    - Added _any2bigint and tests for same.
11
120.05  2005.06.06 (bradfitz)
13    - use makerandom_itv w/ proper range for priv_key (thanks to Paul
14      Crowley!)
15    - make _makerandom_itv wrapper around _makerandom to behave similarly
16      when Crypt::Random is not available
17
180.04  2005.06.06 (bradfitz)
19    - Ported to Math::BigInt (which can use PARI,GMP,etc)
20    - Don't depend on Crypt::Random, just use it if already loaded
21    - renamed compute_key to compute_secret (kept old name)
22    - updated POD docs
23    - made test.pl sane and test everything realistically; moved into t/
24    - Updated Makefile.PL to use Module::Install
25
260.03  2002.01.20
27    - Added patch from Kurt D. Starsinic to enable setting the
28      private key, rather than always having it generated.
29    - Removed unnecessary mp2bin function.
30
310.02  2001.04.24
32    - Fixed broken test program (still need more tests).
33
340.01  2001.03.22
35    - original version; created by h2xs 1.19
36