Interface StatefulLongHash

All Superinterfaces:
Hash, StatefulHash
All Known Implementing Classes:
IncrementalLongStatefulHash, IntStatefulLongHash

public interface StatefulLongHash extends StatefulHash
Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes.
  • Method Details

    • asStateless

      StatelessLongHash asStateless()
      Returns an instance of stateless version of this hash function.
      Returns:
      the stateless version of this hash function