TheAlgorithms-C-Plus-Plus/hashing
Md. Anisul Haque ff80be4b0a
feat: Add SHA-256 hashing algorithm (#2470)
* feat: add sha256 algorithm

* Apply suggestions from code review

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>

* fix: suggested changes

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for de9c0b9c

* fix: suggested changes

* fix: suggested changes

* clang-format and clang-tidy fixes for 86e65fe8

* fix: suggested changes

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>

* Update hashing/sha256.cpp

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>

* fix: suggested changes

* fix: Apply suggestions from code review

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>

* clang-format and clang-tidy fixes for a3d73339

* fix: suggested changes

* fix: made some required changes

* fix: suggested changes

* fix: Apply suggestions from code review

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>

* clang-format and clang-tidy fixes for 356be83b

* fix: suggested changes

* fix: added more tests

* fix: Apply suggestions from code review

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>

* fix: suggested changes

* chore: apply suggestions from code review

* chore: add print message after tests

* clang-format and clang-tidy fixes for 48191bbe

* fix: suggested changes

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
2023-06-16 15:24:31 -06:00
..
chaining.cpp feat: add lru caching algorithm (#1557) 2021-08-17 12:25:08 -05:00
CMakeLists.txt added hashing to cmake 2020-07-23 17:25:16 -04:00
double_hash_hash_table.cpp remove pauses 2020-07-29 19:43:33 -04:00
linear_probing_hash_table.cpp remove pauses 2020-07-29 19:43:33 -04:00
md5.cpp feat: Add MD5 Hashing Algorithm (#1595) 2021-09-24 11:35:31 -05:00
quadratic_probing_hash_table.cpp remove pauses 2020-07-29 19:43:33 -04:00
sha1.cpp feat. Add SHA-1 hashing algorithm (#1609) 2021-09-24 14:59:26 -05:00
sha256.cpp feat: Add SHA-256 hashing algorithm (#2470) 2023-06-16 15:24:31 -06:00