TheAlgorithms-C-Plus-Plus/ciphers
2kindsofcs e64e3df18f
fix: CodeQL warnings (#1827)
* fix: CodeQL warnings

* clang-format and clang-tidy fixes for 4d357c46

* clang-format and clang-tidy fixes for 72322fb7

* accept suggestion

* clang-format and clang-tidy fixes for 9a4dc07c

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-11-07 11:49:33 -06:00
..
a1z26_cipher.cpp feat: added a1z26 cipher (#1775) 2021-10-22 11:18:41 +05:30
atbash_cipher.cpp feat: Reworked/updated sorting/selection_sort.cpp. (#1613) 2021-10-25 13:17:33 -05:00
base64_encoding.cpp feat: Base64 Encoding/Decoding, type: Ciphers (#1471) 2021-03-31 10:46:54 +05:30
caesar_cipher.cpp feat: add Caesar Cipher (#957) 2020-07-19 14:50:02 -04:00
CMakeLists.txt
elliptic_curve_key_exchange.cpp Feat: Implementation of Elliptic Curve Diffie Hellman Key Exchange. (#1479) 2021-04-14 11:04:01 +05:30
hill_cipher.cpp fix lgtm errors 2020-06-27 16:00:12 -04:00
morse_code.cpp feat: Added Morse Code (#1322) 2020-10-19 16:25:28 -05:00
uint128_t.hpp fix: CodeQL warnings (#1827) 2021-11-07 11:49:33 -06:00
uint256_t.hpp fix: CodeQL warnings (#1827) 2021-11-07 11:49:33 -06:00
vigenere_cipher.cpp docs: Fixed an issue in Vigenere cipher documentation (#964) 2020-07-21 07:41:05 -04:00
xor_cipher.cpp feat: Add XOR Cipher (#961) 2020-07-19 16:45:45 -04:00