Python/ciphers
Dhruv Manilawala 14bcb580d5
fix(mypy): Fix annotations for 13 cipher algorithms (#4278)
* Initial fix for mypy errors in some cipher algorithms

* fix(mypy): Update type hints

* fix(mypy): Update type hints for enigma_machine2.py

* Update as per the suggestion

Co-authored-by: Christian Clauss <cclauss@me.com>

Co-authored-by: Christian Clauss <cclauss@me.com>
2021-03-22 07:59:51 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
a1z26.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
affine_cipher.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
atbash.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
base16.py Improve Base16 Codebase (#3534) 2020-11-23 13:01:43 +05:30
base32.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
base64_encoding.py Replace base64_cipher.py with an easy to understand version (#3925) 2020-11-25 13:38:02 +01:00
base85.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
beaufort_cipher.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
brute_force_caesar_cipher.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
caesar_cipher.py Update ciphers/caesar_cipher.py with type hints (#3860) 2020-12-10 22:55:57 +05:30
cryptomath_module.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
decrypt_caesar_with_chi_squared.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
deterministic_miller_rabin.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
diffie_hellman.py Added diffie-hellman algorithm (#4128) 2021-01-21 08:30:47 +05:30
diffie.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
elgamal_key_generator.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
enigma_machine2.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
hill_cipher.py Move CI tests from Travis to GitHub (#3889) 2020-11-19 22:01:31 +05:30
mixed_keyword_cypher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
mono_alphabetic_ciphers.py create monoalphabetic cipher (#3449) 2020-10-17 20:00:46 +02:00
morse_code_implementation.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
onepad_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
playfair_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
porta_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
prehistoric_men.txt Fix all errors mentioned in pre-commit run (#2512) 2020-09-30 10:38:00 +02:00
rabin_miller.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
rail_fence_cipher.py Added rail fence cipher (#3188) 2020-10-12 10:37:45 +05:30
rot13.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
rsa_cipher.py Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
rsa_factorization.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
rsa_key_generator.py fix(mypy): Fix annotations for 13 cipher algorithms (#4278) 2021-03-22 07:59:51 +01:00
shuffled_shift_cipher.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
simple_keyword_cypher.py Implemented simple keyword cipher (#1589) 2019-11-23 16:52:32 +01:00
simple_substitution_cipher.py Pyupgrade to python3.8 (#3616) 2020-10-21 12:46:14 +02:00
trafid_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
transposition_cipher_encrypt_decrypt_file.py Fix imports for all namespace packages (#2506) 2020-09-28 23:41:04 +02:00
transposition_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
vigenere_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
xor_cipher.py Pyupgrade to python3.8 (#3616) 2020-10-21 12:46:14 +02:00