Generated by
JDiff

Class com.google.common.hash.Hashing

Removed Methods
long padToLong(HashCode) If {@code hashCode} has enough bits, returns {@code hashCode.asLong()}, otherwise returns a {@code long} value with {@code hashCode.asInt()} as the least-significant four bytes and {@code 0x00} as each of the most-significant four bytes.
 

Added Methods
HashFunction sipHash24() Returns a hash function implementing the 64-bit SipHash-2-4 algorithm using a seed value of {@code k = 00 01 02 ...}.
HashFunction sipHash24(long, long) Returns a hash function implementing the 64-bit SipHash-2-4 algorithm using the given seed.