Click or drag to resize

Crc32Calculate Method

Calculate crc32 from data bytes.

Namespace:  Guardtime.KSI.Utils
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static ulong Calculate(
	byte[] data,
	ulong ival
)

Parameters

data
Type: SystemByte
data bytes
ival
Type: SystemUInt64
start value

Return Value

Type: UInt64
crc32 value
See Also