The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
#  Revision history for Digest::SipHash
#
# $Id: Changes,v 0.4 2013/02/17 13:23:00 dankogai Exp dankogai $
! SipHash.xs lib/Digest/SipHash.pm t/01-SipHash.t
  ! siphash() now always returns lower 32-bit first so

  Hash::Util::hash_value()
    == Digest::SipHash::siphash($str, Hash::Util::hash_seed());

  is always true.
  + siphash64() added for 64-bit platforms

0.03 2013/02/17 10:30:45
! SipHash.xs lib/Digest/SipHash.pm t/01-SipHash.t
  Supports 64-bit int if perl supports that.

0.02 2013/02/17 08:30:18
! t/01-SipHash.t
  Checks the bug below.
! lib/Digest/SipHash.pm
  # forgot the following. oops.
  use base 'Exporter'; 

0.01 2013/02/17 07:53:54
+ *
  First Release