commit 3d6777ba4f8bc6da77ebdf430265731d57f5e57a
parent 12dc078c41f7c9aaded799eb1765387b1b861ded
Author: Sebastian <sebastian@sebsite.pw>
Date: Tue, 17 Sep 2024 16:57:45 -0400
crypto::argon2: remove old copyright headers
Somehow these were missed
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/crypto/argon2/argon2.ha b/crypto/argon2/argon2.ha
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: MPL-2.0
// (c) Hare authors <https://harelang.org>
-// (c) 2022 Alexey Yerin <yyp@disroot.org>
-// (c) 2021-2022 Armin Preiml <apreiml@strohwolke.at>
-// (c) 2021-2022 Drew DeVault <sir@cmpwn.com>
use bytes;
use crypto::blake2b;
use crypto::math;