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)
Syntaxpublic static ulong Calculate(
byte[] data,
ulong ival
)
Public Shared Function Calculate (
data As Byte(),
ival As ULong
) As ULong
public:
static unsigned long long Calculate(
array<unsigned char>^ data,
unsigned long long ival
)
static member Calculate :
data : byte[] *
ival : uint64 -> uint64
Parameters
- data
- Type: SystemByte
data bytes - ival
- Type: SystemUInt64
start value
Return Value
Type:
UInt64crc32 value
See Also