Python/hashes
algobytewise a53fcf221b
[mypy] fix hashes folder (#4305)
* fix hashes-folder

* Update build.yml

* fix doctests

* return-values to int

* Update hashes/adler32.py

* type hints for elements

Co-authored-by: Christian Clauss <cclauss@me.com>
2021-04-03 13:31:46 +05:30
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
adler32.py [mypy] fix hashes folder (#4305) 2021-04-03 13:31:46 +05:30
chaos_machine.py [mypy] fix hashes folder (#4305) 2021-04-03 13:31:46 +05:30
djb2.py Hash djb2 (#2098) 2020-06-16 22:22:47 +02:00
enigma_machine.py [mypy] fix hashes folder (#4305) 2021-04-03 13:31:46 +05:30
hamming_code.py hamming_code.py: Reduce McCabe code complexity (#2140) 2020-06-22 14:18:57 +02:00
md5.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
sdbm.py [mypy] fix hashes folder (#4305) 2021-04-03 13:31:46 +05:30
sha1.py Fixed typo in caesar_cipher.py (#2979) 2020-10-17 13:26:11 +05:30