Class CRC32C
Inheritance
System.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 |
|---|---|
| System.Int32 |
Methods
Compute(Byte[], Int32, Int32)
Compute CRC32C for data
Declaration
public static uint Compute(byte[] input, int offset, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | input | input data |
| System.Int32 | offset | offset |
| System.Int32 | length | length |
Returns
| Type | Description |
|---|---|
| System.UInt32 | CRC32C checksum |