Method crc32_u8
crc32_u8(UInt32, Byte)
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 8-bit integer v, and stores the result in dst.
Declaration
public static uint crc32_u8(uint crc, byte v)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | crc | Initial value |
| Byte | v | Unsigned 8-bit integer |
Returns
| Type | Description |
|---|---|
| UInt32 | Result |