diff options
Diffstat (limited to 'lib/xor.go')
-rw-r--r-- | lib/xor.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ package lib +// Both 'a' and 'b' must be hex encoded string. func FixedXOR(a, b string) string { cs := "" if len(a) != len(b) { |