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 0dd97ed0fa
math/rand.Intn(n) generates a `value`, (#83)
which has the following properties `value >=0 && value < n`.

I previously thought it was `value >=0 && value <= n`.
5 years ago
..
literals.go move asthelper functions to separate package (#78) 5 years ago
numbers.go move asthelper functions to separate package (#78) 5 years ago
obfuscators.go Add split obfuscator (#81) 5 years ago
split.go math/rand.Intn(n) generates a `value`, (#83) 5 years ago
swap.go move asthelper functions to separate package (#78) 5 years ago
xor.go move asthelper functions to separate package (#78) 5 years ago