TastyHash

dotty.tools.tasty.TastyHash$
object TastyHash

Attributes

Source
TastyHash.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TastyHash.type

Members list

Value members

Concrete methods

def pjwHash64(data: Array[Byte]): Long

Returns a non-cryptographic 64-bit hash of the array.

Returns a non-cryptographic 64-bit hash of the array.

from https://en.wikipedia.org/wiki/PJW_hash_function#Algorithm

Attributes

Source
TastyHash.scala