mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
692135b480
* feat: add atbash_cipher * [test/fix]: test case expected result * docs: added comments for main and test function * doc: changed brief for test function Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * doc: fixed test comment Co-authored-by: David Leal <halfpacho@gmail.com> * [feat/fix]: made test function static Co-authored-by: David Leal <halfpacho@gmail.com> * doc: added author comment Co-authored-by: David Leal <halfpacho@gmail.com> * fix: brace style Co-authored-by: David Leal <halfpacho@gmail.com> * doc: modified file description and added comments for test function * doc: added comment for #include <iostream> Co-authored-by: David Leal <halfpacho@gmail.com> * doc: added description of the algorithm * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
atbash_cipher.cpp | ||
base64_encoding.cpp | ||
caesar_cipher.cpp | ||
CMakeLists.txt | ||
elliptic_curve_key_exchange.cpp | ||
hill_cipher.cpp | ||
morse_code.cpp | ||
uint128_t.hpp | ||
uint256_t.hpp | ||
vigenere_cipher.cpp | ||
xor_cipher.cpp |