Generated by
JDiff

Class com.google.common.hash.Hashing

Added Methods
HashFunction concatenating(HashFunction, HashFunction, HashFunction[]) Returns a hash function which computes its hash code by concatenating the hash codes of the underlying hash functions together.
HashFunction concatenating(Iterable<HashFunction>) Returns a hash function which computes its hash code by concatenating the hash codes of the underlying hash functions together.
HashFunction sha384() Returns a hash function implementing the SHA-384 algorithm (384 hash bits) by delegating to the SHA-384 MessageDigest.