Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Obfuscators contains all types which implement the obfuscator Interface Obfuscators = []obfuscator{ simpleObfuscator, swap{}, split{}, shuffle{}, seed{}, } // LinearTimeObfuscators contains all types which implement the obfuscator Interface and can safely be used on large literals LinearTimeObfuscators = []obfuscator{ simpleObfuscator, } TestObfuscator string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.