summaryrefslogtreecommitdiffstats
path: root/enc/xor.go
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-29 13:34:32 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-29 13:34:32 -0400
commit3cc030abc080a79101998afa5df99e7ef5d4a2fd (patch)
tree9b6dca37c833b258e4beab64a64ddfa5b6a5d3bc /enc/xor.go
parent64039b454e13191634477f7c48aa5b15da71a746 (diff)
enc/xor.go: add license header
Diffstat (limited to 'enc/xor.go')
-rw-r--r--enc/xor.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/xor.go b/enc/xor.go
index 423c0a2..fe412b2 100644
--- a/enc/xor.go
+++ b/enc/xor.go
@@ -1,3 +1,6 @@
+// Copyright © 2020 rsiddharth <s@ricketyspace.net>
+// SPDX-License-Identifier: ISC
+
package enc
func FixedXOR(a, b string) string {