Crc16 Class
Namespace: GHIElectronics.TinyCLR.Cryptography · Assembly: GHIElectronics.TinyCLR.Cryptography
CRC-16 hash. Computes a 16-bit CRC over a byte buffer, optionally with a non-zero seed.
public class Crc16
Constructors
Crc16()
public Crc16()
No description available.
Methods
ComputeHash(byte[] data)
public ushort ComputeHash(byte[] data)
No description available.
| Parameter | Type | Description |
|---|---|---|
data | byte[] |
Returns ushort
ComputeHash(byte[] data, int offset, int count)
public ushort ComputeHash(byte[] data, int offset, int count)
No description available.
| Parameter | Type | Description |
|---|---|---|
data | byte[] | |
offset | int | |
count | int |
Returns ushort
ComputeHash(byte[] data, int offset, int count, ushort seed)
public ushort ComputeHash(byte[] data, int offset, int count, ushort seed)
No description available.
| Parameter | Type | Description |
|---|---|---|
data | byte[] | |
offset | int | |
count | int | |
seed | ushort |
Returns ushort