Python/hashes
Vardhaman 2d5dd6f132
MAINT: Updated f-string method (#6230)
* MAINT: Used f-string method

Updated the code with f-string methods wherever required for a better and cleaner understanding of the code.

* Updated files with f-string method

* Update rsa_key_generator.py

* Update rsa_key_generator.py

* Update elgamal_key_generator.py

* Update lru_cache.py

I don't think this change is efficient but it might tackle the error as the error was due to using long character lines.

* Update lru_cache.py

* Update lru_cache.py

Co-authored-by: cyai <seriesscar@gmail.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2022-07-07 16:34:07 +02:00
..
__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 MAINT: Updated f-string method (#6230) 2022-07-07 16:34:07 +02:00
djb2.py Hash djb2 (#2098) 2020-06-16 22:22:47 +02:00
enigma_machine.py Improve code on f-strings and brevity (#6126) 2022-05-13 20:51:44 +08:00
hamming_code.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
luhn.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
md5.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
sdbm.py [mypy] fix hashes folder (#4305) 2021-04-03 13:31:46 +05:30
sha1.py fixed #4529 (#4547) 2021-07-19 16:06:43 +02:00
sha256.py Implementation of SHA-256 using Python (#5532) 2021-10-23 15:20:52 +02:00