31Sanskrati / Cryptography_Algorithms

Collection of cryptography algorithms implementation.
MIT License
14 stars 5 forks source link

Add information for all included algorithms or techniques. #4

Closed LyubomirT closed 4 months ago

LyubomirT commented 5 months ago

This pull request provides the information for all algorithms included in this project, placed in the new ALL_ALGORITHMS folder (rename if doesn't seem good). As requested in #2, the readmes follow the same structure of Overview->How it works->How the code works. Let me know if something doesn't seem alright!

31Sanskrati commented 5 months ago

I reviewed your request. The documentation is excellent, yet these are the suggested modifications:

  1. Use the directory of the algorithm itself rather than creating an ALL_ALGORITHMS directory.
  2. In case of the absence of an algorithm directory, like in shift, substitution, and viginere cipher; create the directory and then add a markdown file in it.

Thank you for your contribution.

LyubomirT commented 5 months ago

Thank you for your review! I moved the files to their respective directories and created three more for the algorithms that don't yet have a dedicated directory, I hope this suits your preferences!