Hash1

bobcats.Hash1
See theHash1 companion object
sealed trait Hash1[F[_]]

Hash for a single algorithm.

Use this class if you have a specific HashAlgorithm known in advance or you're using a customized algorithm not covered by the HashAlgorithm class.

Attributes

Companion
object
Source
Hash1.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def digest(data: ByteVector): F[ByteVector]

Attributes

Source
Hash1.scala
def pipe: (F, Byte) => Byte

Attributes

Source
Hash1.scala