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/internal/literals
lu4p d48bdbadae 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.

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

Fixes #62
5 years ago
..
literals.go Use XOR instead of AES for literal obfuscation. 5 years ago
obfuscators.go Use XOR instead of AES for literal obfuscation. 5 years ago
xor.go Use XOR instead of AES for literal obfuscation. 5 years ago