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í 859a5877c9 internal/literals: re-enable the seed obfuscator
Now that we dropped Go 1.19, we can use it again,
since the referenced bug was fixed in Go 1.20.

This is a separate commit, as this change does alter the way we
obfuscate Go builds, so it's not just a cleanup.
1 year ago
..
literals.go internal/literals: add benchmark to measure the run-time overhead 1 year ago
obfuscators.go internal/literals: re-enable the seed obfuscator 1 year ago
random_testing.go internal/literals: add benchmark to measure the run-time overhead 1 year ago
seed.go avoid using math/rand's global funcs like Seed and Intn 2 years ago
shuffle.go preallocate data in shuffle and split literal obfuscator 1 year ago
simple.go avoid using math/rand's global funcs like Seed and Intn 2 years ago
split.go preallocate data in shuffle and split literal obfuscator 1 year ago
swap.go avoid using math/rand's global funcs like Seed and Intn 2 years ago