checksum

fs2.compression.checksum$
object checksum

Provides various checksums as pipes.

Attributes

Source:
checksum.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def crc[F[_]](poly: BitVector, initial: BitVector, reflectInput: Boolean, reflectOutput: Boolean, finalXor: BitVector): (F, Byte) => Byte

Computes a CRC checksum using the specified polynomial.

Computes a CRC checksum using the specified polynomial.

Attributes

See also:
Source:
checksum.scala
def crc32[F[_]]: (F, Byte) => Byte

Computes a CRC32 checksum.

Computes a CRC32 checksum.

Attributes

See also:
Source:
checksum.scala
def crc32c[F[_]]: (F, Byte) => Byte

Computes a CRC32C checksum.

Computes a CRC32C checksum.

Attributes

See also:
Source:
checksum.scala