Package com.scurrilous.circe
Interface StatefulLongHash
- All Superinterfaces:
Hash,StatefulHash
- All Known Implementing Classes:
IncrementalLongStatefulHash,IntStatefulLongHash
Interface implemented by stateless hash functions with an output length
greater than 4 bytes and less than or equal to 8 bytes.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of stateless version of this hash function.Methods inherited from interface com.scurrilous.circe.Hash
algorithm, length, supportsUnsafe
-
Method Details
-
asStateless
StatelessLongHash asStateless()Returns an instance of stateless version of this hash function.- Returns:
- the stateless version of this hash function
-