From 1748a57ad36b3cd9cb0522ee2963b7183f4ee0b4 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 20 Nov 2021 18:39:35 -0500 Subject: copyright: rsiddharth -> siddharth --- LICENSE | 2 +- challenge/c01.go | 2 +- challenge/c02.go | 2 +- challenge/c03.go | 2 +- challenge/c04.go | 2 +- challenge/c05.go | 2 +- challenge/c06.go | 2 +- challenge/c07.go | 2 +- challenge/c08.go | 2 +- challenge/c09.go | 2 +- challenge/c10.go | 2 +- challenge/c11.go | 2 +- challenge/c12.go | 2 +- challenge/c13.go | 2 +- challenge/c14.go | 2 +- challenge/c15.go | 2 +- challenge/c16.go | 2 +- challenge/c17.go | 2 +- challenge/c18.go | 2 +- challenge/c19.go | 2 +- challenge/c20.go | 2 +- challenge/c21.go | 2 +- challenge/c22.go | 2 +- challenge/c23.go | 2 +- challenge/c24.go | 2 +- challenge/c25.go | 2 +- challenge/c26.go | 2 +- challenge/c27.go | 2 +- challenge/c28.go | 2 +- challenge/c29.go | 2 +- challenge/c30.go | 2 +- challenge/c31.go | 2 +- challenge/c32.go | 2 +- cryptopals.go | 2 +- lib/aes.go | 2 +- lib/b64.go | 2 +- lib/blocks.go | 2 +- lib/brute.go | 2 +- lib/byte.go | 2 +- lib/error.go | 2 +- lib/gf.go | 2 +- lib/hamming.go | 2 +- lib/hash.go | 2 +- lib/hex.go | 2 +- lib/md4.go | 2 +- lib/md4_test.go | 2 +- lib/rand.go | 2 +- lib/rng.go | 2 +- lib/sha1.go | 2 +- lib/sha1_test.go | 2 +- lib/str.go | 2 +- lib/time.go | 2 +- lib/xor.go | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/LICENSE b/LICENSE index 6d7c821..7a61b6a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2020 rsiddharth +Copyright © 2021 siddharth Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the diff --git a/challenge/c01.go b/challenge/c01.go index e5e5fe5..e0e9e02 100644 --- a/challenge/c01.go +++ b/challenge/c01.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c02.go b/challenge/c02.go index 2d9d69c..6dec4a8 100644 --- a/challenge/c02.go +++ b/challenge/c02.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c03.go b/challenge/c03.go index e3ac89f..2ed1e4c 100644 --- a/challenge/c03.go +++ b/challenge/c03.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c04.go b/challenge/c04.go index 95fd34c..b5299fd 100644 --- a/challenge/c04.go +++ b/challenge/c04.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c05.go b/challenge/c05.go index a1413ef..fbde677 100644 --- a/challenge/c05.go +++ b/challenge/c05.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c06.go b/challenge/c06.go index 5d19146..fe8e055 100644 --- a/challenge/c06.go +++ b/challenge/c06.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c07.go b/challenge/c07.go index f2872b7..f02b9a4 100644 --- a/challenge/c07.go +++ b/challenge/c07.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c08.go b/challenge/c08.go index 81ed605..470543c 100644 --- a/challenge/c08.go +++ b/challenge/c08.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c09.go b/challenge/c09.go index 41bd7f5..2bfec7b 100644 --- a/challenge/c09.go +++ b/challenge/c09.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c10.go b/challenge/c10.go index f1e106f..1440b16 100644 --- a/challenge/c10.go +++ b/challenge/c10.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c11.go b/challenge/c11.go index 0a3f791..d6c0221 100644 --- a/challenge/c11.go +++ b/challenge/c11.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c12.go b/challenge/c12.go index 2c4103f..47b73a4 100644 --- a/challenge/c12.go +++ b/challenge/c12.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c13.go b/challenge/c13.go index e2f6231..c6f10ab 100644 --- a/challenge/c13.go +++ b/challenge/c13.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c14.go b/challenge/c14.go index adfadc8..cb96129 100644 --- a/challenge/c14.go +++ b/challenge/c14.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c15.go b/challenge/c15.go index 5e3eb75..a25a40d 100644 --- a/challenge/c15.go +++ b/challenge/c15.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c16.go b/challenge/c16.go index 1bee376..33927e0 100644 --- a/challenge/c16.go +++ b/challenge/c16.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c17.go b/challenge/c17.go index 2ebc583..384a298 100644 --- a/challenge/c17.go +++ b/challenge/c17.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c18.go b/challenge/c18.go index a84776e..4445f94 100644 --- a/challenge/c18.go +++ b/challenge/c18.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c19.go b/challenge/c19.go index e785898..5480dab 100644 --- a/challenge/c19.go +++ b/challenge/c19.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c20.go b/challenge/c20.go index 1ccfbb2..0817165 100644 --- a/challenge/c20.go +++ b/challenge/c20.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c21.go b/challenge/c21.go index e725cd3..21d5d90 100644 --- a/challenge/c21.go +++ b/challenge/c21.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c22.go b/challenge/c22.go index c947f94..c62c7b8 100644 --- a/challenge/c22.go +++ b/challenge/c22.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c23.go b/challenge/c23.go index 14807e3..906057b 100644 --- a/challenge/c23.go +++ b/challenge/c23.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c24.go b/challenge/c24.go index 0944fd3..78e9ab5 100644 --- a/challenge/c24.go +++ b/challenge/c24.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c25.go b/challenge/c25.go index 6c698fc..660b340 100644 --- a/challenge/c25.go +++ b/challenge/c25.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c26.go b/challenge/c26.go index fe27b2b..1a58209 100644 --- a/challenge/c26.go +++ b/challenge/c26.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c27.go b/challenge/c27.go index 7b5554e..6a5051f 100644 --- a/challenge/c27.go +++ b/challenge/c27.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c28.go b/challenge/c28.go index 094f2a4..6329091 100644 --- a/challenge/c28.go +++ b/challenge/c28.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c29.go b/challenge/c29.go index 4bcc721..dd9112d 100644 --- a/challenge/c29.go +++ b/challenge/c29.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c30.go b/challenge/c30.go index 0ed6e35..de0aaee 100644 --- a/challenge/c30.go +++ b/challenge/c30.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c31.go b/challenge/c31.go index d97fe11..42d6a58 100644 --- a/challenge/c31.go +++ b/challenge/c31.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge diff --git a/challenge/c32.go b/challenge/c32.go index 5cfc3b9..b8a603c 100644 --- a/challenge/c32.go +++ b/challenge/c32.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package challenge 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 +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package main diff --git a/lib/aes.go b/lib/aes.go index d45e74a..3a5b6de 100644 --- a/lib/aes.go +++ b/lib/aes.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/b64.go b/lib/b64.go index 67f3528..df0a579 100644 --- a/lib/b64.go +++ b/lib/b64.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/blocks.go b/lib/blocks.go index c4d8be1..b157eb3 100644 --- a/lib/blocks.go +++ b/lib/blocks.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/brute.go b/lib/brute.go index 5210df1..ca875ed 100644 --- a/lib/brute.go +++ b/lib/brute.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/byte.go b/lib/byte.go index e97faa1..0544a48 100644 --- a/lib/byte.go +++ b/lib/byte.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/error.go b/lib/error.go index 6df5aa9..5b62ab5 100644 --- a/lib/error.go +++ b/lib/error.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/gf.go b/lib/gf.go index 9de143b..c29c1e2 100644 --- a/lib/gf.go +++ b/lib/gf.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/hamming.go b/lib/hamming.go index 0cfcf41..229fb7f 100644 --- a/lib/hamming.go +++ b/lib/hamming.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/hash.go b/lib/hash.go index c36ff43..8c8aeef 100644 --- a/lib/hash.go +++ b/lib/hash.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/hex.go b/lib/hex.go index 8298b9d..a234775 100644 --- a/lib/hex.go +++ b/lib/hex.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/md4.go b/lib/md4.go index eab3073..f02ea93 100644 --- a/lib/md4.go +++ b/lib/md4.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/md4_test.go b/lib/md4_test.go index 8f832b8..65770d1 100644 --- a/lib/md4_test.go +++ b/lib/md4_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/rand.go b/lib/rand.go index be95366..5fdade9 100644 --- a/lib/rand.go +++ b/lib/rand.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/rng.go b/lib/rng.go index c1038f4..9b4066f 100644 --- a/lib/rng.go +++ b/lib/rng.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/sha1.go b/lib/sha1.go index fb81b92..2866bdd 100644 --- a/lib/sha1.go +++ b/lib/sha1.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/sha1_test.go b/lib/sha1_test.go index 58c6e61..764e9ea 100644 --- a/lib/sha1_test.go +++ b/lib/sha1_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/str.go b/lib/str.go index 8fd6344..857268d 100644 --- a/lib/str.go +++ b/lib/str.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/time.go b/lib/time.go index 44bc0d9..03aece4 100644 --- a/lib/time.go +++ b/lib/time.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/xor.go b/lib/xor.go index 31a4b8b..4a60a6b 100644 --- a/lib/xor.go +++ b/lib/xor.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib -- cgit v1.2.3