The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Mojolicious::Plugin::Crypto.

0.01  Sun Mar 23 21:31:30 2014
      First release - Added support for AES and Blowfish

0.02  Fri Mar 28 16:56:00 2014
      - Second release - Code optimization
      - Added support for 
      DES 
      DES_EDE (aka Triple-DES, 3DES)
      IDEA
      TWOFISH
      XTEA
      ANUBIS
      CAMELLIA
      KASUMI
      KHAZAD
      NOEKEON
      MULTI2
      RC2
      RC5
      RC6
      - Changed return values of decrypt() and crypt() functions in order to make a nested calls
     
0.03 Wed Apr 1 00:36:14 2014
      - Some fix on doc

0.04 Sat Apr 12 19:25:00 2014
      - Add Hash/Digest functions support

0.05 First Clean and Stable release

0.06 Sun Apr 13 17:41:00 2014
      - Cpan testers bug fixes, test script and use of smart match

0.07 Sun Apr 13 20:00:00 2014
      - Add HMAC functions