Package com.scurrilous.circe
Interface HashParameters
- All Known Implementing Classes:
CrcParameters,MurmurHash3Parameters,SimpleHashParameters,SipHash24Parameters
public interface HashParameters
Base interface implemented by classes describing parameters for a particular
family of hash algorithms.
-
Method Summary
-
Method Details
-
algorithm
String algorithm()Returns the canonical name of the hash algorithm.- Returns:
- the name of the hash algorithm
-