Click or drag to resize

Xor64Update(Byte) Method

Updates the checksum with an array of bytes.

Namespace: GSF.IO.Checksums
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.311-beta+f609a6c360d175afd5d88b151f15bcbae7d29604
Syntax
public void Update(
	byte[] buffer
)
View Source

Parameters

buffer  Byte
The source of the data to update with.
See Also