The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Crypt::Nettle (0.3) upstream;

  * Used hv_store instead of hv_stores (so it works with perl 5.8,
    thanks, Peter Mack <peter@emergence.com> for finding and fixing it!)
  * Documentation cleanup
  * Expose/document rsa_sign_hash_context and rsa_verify_hash_context
    and rsa_sign_digest and rsa_verify_digest
  * implement Crypt::Nettle::RSA::hashes_available()

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 18 Mar 2011 16:59:13 -0400

Crypt::Nettle (0.2) upstream;

  * Brown Paper Bag release -- META.yaml was cargo-culted over from
    Crypt::GCrypt; hopefully that metadata mismatch doesn't screw anyone
    up.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 17 Mar 2011 21:30:17 -0400

Crypt::Nettle (0.1) upstream;

  * initial version:
   - Crypt::Nettle::Hash
   - Crypt::Nettle::Cipher
   - Crypt::Nettle::Yarrow
   - Crypt::Nettle::RSA

  * Available via git at:
    git://lair.fifthhorseman.net/~dkg/libcrypt-nettle-perl

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 17 Mar 2011 20:19:18 -0400