package
Version:
v0.0.0-...-bb4f1c7
Opens a new window with list of versions in this module.
Published: Feb 18, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewCBox returns a CypherBox designed to decrypt various flavors of client packets. Has Pluggable modules.
func NewNull() *cypherNull
NewNull returns a non decryption handler, basically intended to handle the compressed but unencrypted packets.
type Cypher interface {
Walk(*cypherbox)
WalkInvert(*cypherbox)
Flip(*cypherbox, int)
Seed(*cypherbox)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.