Package com.scurrilous.circe
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatelessLongHash
asStateless()
Returns an instance of stateless version of this hash function.-
Methods inherited from interface com.scurrilous.circe.Hash
algorithm, length, supportsUnsafe
-
-
-
-
Method Detail
-
asStateless
StatelessLongHash asStateless()
Returns an instance of stateless version of this hash function.- Returns:
- the stateless version of this hash function
-
-