@CheckReturnValue @ParametersAreNonnullByDefault

Package com.exonum.binding.common.hash

Hash functions and related structures.

See the Guava User Guide article on hashing.

This package is a repackaged copy of com.google.common.hash from Guava, as of 23.4-jre, since the hashing APIs we re-export are in Beta and may change at any time.

It includes only the classes, needed for SHA-256 hash function. The other supported hash functions and bloom-filters are removed.