Python/hashes
bnMikheili 62f7561428
Hash djb2 (#2098)
* implement hash

* fix flake8 error

* Update hashes/djb2.py

* Update hashes/djb2.py

* Long lines

* def djb2(s: str) -> int:

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-06-16 22:22:47 +02:00
..
adler32.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
chaos_machine.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
djb2.py Hash djb2 (#2098) 2020-06-16 22:22:47 +02:00
enigma_machine.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
hamming_code.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
md5.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
sdbm.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
sha1.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00