From 71b9c1f751f146081dcfa9ba3d1b33f5c3c9d5c5 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 22 Apr 2023 10:46:45 +0200 Subject: [PATCH] typo --- src/trash-hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trash-hash.py b/src/trash-hash.py index a1c3423..4dd50cc 100755 --- a/src/trash-hash.py +++ b/src/trash-hash.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Dirty hash we were covered in an excercise for Week 16 of 2023 in cryptography +Dirty hash we covered in an excercise for Week 16 of 2023 in cryptography author: Christoph J. Scherr version control at: https://git.cscherr.de/PlexSheep/python-dhbw/src/branch/master/src/trash-hash.py