Skip to main content

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.

ParameterTypeDescription
databyte[]

Returns ushort

ComputeHash(byte[] data, int offset, int count)

public ushort ComputeHash(byte[] data, int offset, int count)

No description available.

ParameterTypeDescription
databyte[]
offsetint
countint

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.

ParameterTypeDescription
databyte[]
offsetint
countint
seedushort

Returns ushort