Documentation ¶
Overview ¶
Package rtmi encodes/decodes data with XOR encryption as used by Return to Monkey Island.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { MagicBytes1 [256]byte MagicBytes2 [65536]byte Modifier byte // contains filtered or unexported fields }
Key is an XOR key for Return to Monkey Island.
func (*Key) DecodingReader ¶
func (*Key) EncodingWriter ¶
func (*Key) NeedsLoading ¶
func (*Key) UsesShortKeyIndices ¶
Click to show internal directories.
Click to hide internal directories.