You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/literals
lu4p ce9efab562 Use XOR instead of AES for literal obfuscation.
Implement a literal obfuscator interface,
to allow the easy addition of new encodings.

Add literal obfuscation for byte literals, integers, booleans, floats.

Choose a random obfuscator on literal obfuscation,
useful when multiple obfuscators are implemented.

Fixes #62, #55.
5 years ago
..
obfuscators Use XOR instead of AES for literal obfuscation. 5 years ago
literals.go Use XOR instead of AES for literal obfuscation. 5 years ago
numbers.go Use XOR instead of AES for literal obfuscation. 5 years ago
other.go Use XOR instead of AES for literal obfuscation. 5 years ago