Hash

bobcats.Hash
See theHash companion object
sealed trait Hash[F[_]]

Attributes

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

Members list

Value members

Abstract methods

def digest(algorithm: HashAlgorithm, data: ByteVector): F[ByteVector]

Attributes

Source
Hash.scala
def digestPipe(algorithm: HashAlgorithm): (F, Byte) => Byte

Attributes

Source
Hash.scala