Documentation ¶ Index ¶ func GetPacketLength(encryptedHeader []byte) int type Maple func New(key [4]byte, mapleVersion int) *Maple func (c *Maple) Decrypt(p []byte, maple, aes bool) func (c *Maple) Encrypt(p []byte, maple, aes bool) func (c *Maple) IV() []byte func (c *Maple) Shuffle() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetPacketLength ¶ func GetPacketLength(encryptedHeader []byte) int Types ¶ type Maple ¶ type Maple struct { // contains filtered or unexported fields } func New ¶ func New(key [4]byte, mapleVersion int) *Maple func (*Maple) Decrypt ¶ func (c *Maple) Decrypt(p []byte, maple, aes bool) func (*Maple) Encrypt ¶ func (c *Maple) Encrypt(p []byte, maple, aes bool) func (*Maple) IV ¶ func (c *Maple) IV() []byte func (*Maple) Shuffle ¶ func (c *Maple) Shuffle() Source Files ¶ View all Source files crypt.go Click to show internal directories. Click to hide internal directories.