Show / Hide Table of Contents

Class CRC32C

Inheritance
object
CRC32C
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib.dll
Syntax
public static class CRC32C

Fields

ChecksumSize

Declaration
public const int ChecksumSize = 4
Field Value
Type Description
int

Methods

Compute(byte[], int, int)

Compute CRC32C for data

Declaration
public static uint Compute(byte[] input, int offset, int length)
Parameters
Type Name Description
byte[] input

input data

int offset

offset

int length

length

Returns
Type Description
uint

CRC32C checksum

In this article
Back to top Generated by DocFX