Module org.elasticsearch.server
Package org.elasticsearch.common.hash
package org.elasticsearch.common.hash
-
ClassDescriptionThis MessageDigests class provides convenience methods for obtaining thread local
MessageDigestinstances for MD5, SHA-1, SHA-256 and SHA-512 message digests.WrapsMurmurHash3to provide an interface similar toMessageDigestthat allows hashing of byte arrays passed through multiple calls toMurmur3Hasher.update(byte[]).MurmurHash3 hashing functions.A 128-bits hash.