tidesec
| 8 | var XorKey = []byte{0x74, 0x69, 0x64, 0x65, 0x62, 0x79, 0x70, 0x61, 0x73, 0x73} //tidesec |
| 9 | |
| 10 | type Xor struct { |
| 11 | } |
| 12 | |
| 13 | func (a *Xor) enc(src string) string { |
| 14 | var result string |
nothing calls this directly
no outgoing calls
no test coverage detected