NBit Bit Manipulation Library

Crc.Compute Method

Computes a CRC from a byte array.

Overload List

Computes a CRC from a byte array.

public uint Compute(byte[])

Computes a CRC from a byte array.

public uint Compute(byte[],int,int)

Computes a CRC from a byte array.

public uint Compute(byte[],int,int,int)

Computes a CRC from the UTF8-encoded bytes of a string of text.

public uint Compute(string)

Computes a CRC from the encoded bytes of a string of text.

public uint Compute(string,Encoding)

See Also

Crc Class | NBit Namespace