summaryrefslogtreecommitdiffstats
path: root/cryptopals.go
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-11-20 18:39:35 -0500
committersiddharth <s@ricketyspace.net>2021-11-20 18:47:23 -0500
commit1748a57ad36b3cd9cb0522ee2963b7183f4ee0b4 (patch)
tree58563d3553b9ea339239914e7f130a077de89426 /cryptopals.go
parent023737a64f8458cf068bbb4ce167c5e869c1fe10 (diff)
copyright: rsiddharth -> siddharth
Diffstat (limited to 'cryptopals.go')
-rw-r--r--cryptopals.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptopals.go b/cryptopals.go
index 42483c2..dc63c88 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -1,4 +1,4 @@
-// Copyright © 2020 rsiddharth <s@ricketyspace.net>
+// Copyright © 2021 siddharth <s@ricketyspace.net>
// SPDX-License-Identifier: ISC
package main