The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
=======

0.00004 - 24 Apr 2008
  - Add pub_key_twoc and compute_key_twoc to directly compute the two's
    complement in binary form

0.00004 - 23 Apr 2008
  - Fix an off-by-one error when calling mpz_get_str.
    This fixes segfaults that seemed to appear only on linux flavours.

0.00003 - 15 Apr 2008
  - Make g() and p() both getter /and/ setter
  - Properly initialize priv_key if nothing was given in the constructor
    (Net::SSH::Perl uses Crypt::DH this way)
  - Update benchmarks

0.00002 - 15 Apr 2008
  - Fix t/99-compat.t so that it properly detectes Crypt::DH
  - Fix warnings about incompatible pointer types
  - Add mpz_clear() calls prior to calling free

0.00001 - 14 Apr 2008
  - Initial release