diff options
Diffstat (limited to 'radio/radio.go')
| -rw-r--r-- | radio/radio.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/radio/radio.go b/radio/radio.go index 7a5088e..31d113a 100644 --- a/radio/radio.go +++ b/radio/radio.go @@ -87,7 +87,6 @@ func GenerateByteSlices() [][]byte { } var ErrDecrypt = errors.New("unable to decrypt payload") -var otherKeys = GenerateByteSlices() // xorHash computes a simple XOR hash of the provided byte slice. func xorHash(p []byte) uint8 { |
