Hash

com.roundeights.hasher.Hash
See theHash companion class
object Hash

Companion for the Hash class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Hash.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(string: String): Hash

Constructor...

Constructor...

Attributes

Implicits

Implicits

implicit def hashToByteArray(from: Hash): Array[Byte]

Implicitly converts from a hash to a byte array

Implicitly converts from a hash to a byte array

Attributes

implicit def hashToString(from: Hash): String

Implicitly converts from a hash to a string

Implicitly converts from a hash to a string

Attributes