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 84ba444b7c
Disable seed obfuscator (#535)
The seed obfuscator uses a type declaration in order to declare a function,
which returns a function with the same type.

This breaks when obfuscating literals inside generic functions, because
type declarations inside generic functions are not currently supported.

Therefore the obfuscator gets disabled until
https://github.com/golang/go/issues/47631 is fixed.
3 years ago
..
literals.go support code taking the address of a []byte literal (#530) 3 years ago
obfuscators.go Disable seed obfuscator (#535) 3 years ago
seed.go Replaced asthelper.Ident with ast.NewIdent 5 years ago
shuffle.go Replaced asthelper.Ident with ast.NewIdent 5 years ago
simple.go Replaced asthelper.Ident with ast.NewIdent 5 years ago
split.go Replaced asthelper.Ident with ast.NewIdent 5 years ago
swap.go CI: test on GOARCH=386 4 years ago