checksum

object checksum

Provides various checksums as pipes.

class Object
trait Matchable
class Any

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.

See also

scodec.bits.crc

def crc32[F[_]]: (F, Byte) => Byte

Computes a CRC32 checksum.

Computes a CRC32 checksum.

See also

scodec.bits.crc.crc32

def crc32c[F[_]]: (F, Byte) => Byte

Computes a CRC32C checksum.

Computes a CRC32C checksum.

See also

scodec.bits.crc.crc32c