Packages

trait Hasher[T <: Hash[T]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hasher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def Zero: T
  2. abstract def hash(bytes: Array[Byte]): T
  3. abstract def hash(bytes: Seq[Byte]): T
  4. abstract def rawHash(bytes: Array[Byte]): Array[Byte]
  5. abstract def withBytes(bytes: Array[Byte]): T
  6. abstract def withBytes(bytes: Seq[Byte]): T