Click or drag to resize

Crc64IsoCompute Method (Byte)

Computes the specified buffer.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ulong Compute(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer.

Return Value

Type: UInt64
The crc 64 value.
See Also