Click or drag to resize

SecretDecodeBytes Method

Takes an encoded secret, as used by the games, and decodes it.

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

Parameters

secret
Type: SystemByte
The encoded secret.

Return Value

Type: Byte
A decoded secret.
See Also