#
#  Revision history for Digest::SipHash
#
# $Id: Changes,v 0.3 2013/02/17 10:30:45 dankogai Exp dankogai $
$Revision: 0.3 $ $Date: 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