ByteswapHashing

scala.util.hashing.ByteswapHashing
See theByteswapHashing companion class

Attributes

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

Members list

Value members

Concrete methods

def chain[T](h: Hashing[T]): Hashing[T]

Composes another Hashing with the Byteswap hash.

Composes another Hashing with the Byteswap hash.

Type parameters

T

the type of values to be hashed

Value parameters

h

the hashing instance whose result is passed through byteswap hashing

Attributes

Source
ByteswapHashing.scala