Package org.pgcodekeeper.core.hasher


package org.pgcodekeeper.core.hasher
  • Class
    Description
    Contains constants used for hashing operations.
    Interface defining methods for hashing various types of data.
    Interface for objects that can compute their own hash value using a Hasher.
    Implementation of Hasher interface using Java's standard hash code computation.