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
Daniel Martí fa2e718bd1 start using go/ast.Preorder
Thanks to being able to use range-over-func, some control flow
in our code gets simplified.
8 months ago
..
fuzz_test.go all: use quicktest more consistently 11 months ago
literals.go start using go/ast.Preorder 8 months ago
obfuscators.go use the "simple" obfuscator for large literals 2 years ago
random_testing.go internal/literals: add benchmark to measure the run-time overhead 3 years ago
seed.go avoid using math/rand's global funcs like Seed and Intn 3 years ago
shuffle.go fix shuffle obfuscation compiler optimization 2 years ago
simple.go avoid using math/rand's global funcs like Seed and Intn 3 years ago
split.go preallocate data in shuffle and split literal obfuscator 3 years ago
swap.go avoid using math/rand's global funcs like Seed and Intn 3 years ago