Click or drag to resize

SecretCalculateChecksum Method

Calculates the checksum for the specified secret

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
protected internal byte CalculateChecksum(
	byte[] secret
)

Parameters

secret
Type: SystemByte
The secret

Return Value

Type: Byte
The calculated checksum
See Also