Computes the checksum.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public byte[] ComputeChecksumBytes(
	byte[] bytes
)
Visual Basic
Public Function ComputeChecksumBytes ( _
	bytes As Byte() _
) As Byte()
Visual C++
public:
array<unsigned char>^ ComputeChecksumBytes(
	array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
The byte array.

Return Value

Checksum.

See Also