Python/ciphers
CarsonHam 61f3119467
Change occurrences of str.format to f-strings (#4118)
* f-string update rsa_cipher.py

* f-string update rsa_key_generator.py

* f-string update burrows_wheeler.py

* f-string update non_recursive_segment_tree.py

* f-string update red_black_tree.py

* f-string update deque_doubly.py

* f-string update climbing_stairs.py

* f-string update iterating_through_submasks.py

* f-string update knn_sklearn.py

* f-string update 3n_plus_1.py

* f-string update quadratic_equations_complex_numbers.py

* f-string update nth_fibonacci_using_matrix_exponentiation.py

* f-string update sherman_morrison.py

* f-string update levenshtein_distance.py

* fix lines that were too long
2021-02-23 11:23:49 +05:30
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
a1z26.py Fix invalid escape sequence in binary_search_tree.py (#1920) 2020-05-01 02:17:11 +05:30
affine_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
atbash.py Update atbash cipher (doc, doctest, performance) (#2017) 2020-05-20 08:23:17 +02:00
base16.py Improve Base16 Codebase (#3534) 2020-11-23 13:01:43 +05:30
base32.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
beaufort_cipher.py create beaufort cipher (#3206) 2020-10-17 15:50:53 +02:00
brute_force_caesar_cipher.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
caesar_cipher.py Update ciphers/caesar_cipher.py with type hints (#3860) 2020-12-10 22:55:57 +05:30
cryptomath_module.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
decrypt_caesar_with_chi_squared.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08: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 Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
elgamal_key_generator.py Add typehints ciphers and bool alg (#3264) 2020-10-16 14:11:52 +08:00
enigma_machine2.py Fix some warnings from LGTM (#2420) 2020-09-13 10:11:27 +02: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 Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
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