kumulant/com.eignex.kumulant.math/Hasher64 Hasher64 fun interface Hasher64(source)Pluggable 64-bit byte hash. Implementations must be deterministic and pure.InheritorsSplitMixChunkHasher Members Functions hash Link copied to clipboard abstract fun hash(bytes: ByteArray): LongReturn a 64-bit hash of bytes. Equal byte arrays must return equal hashes. hash abstract fun hash(bytes: ByteArray): Long(source)Return a 64-bit hash of bytes. Equal byte arrays must return equal hashes.