Commit Graph

2 Commits

Author SHA1 Message Date
Deep Raval
794e1765bd
docs: Fixed an issue in Vigenere cipher documentation (#964)
* Fixed a doxygen doc issue

* Chnaged ||key| < |text| to |key| < |text|
2020-07-21 07:41:05 -04:00
Deep Raval
cf562f2244
feat: Add Vigenère cipher (#962)
* Added Vigenere Cipher

* Added size_t instead of int in for loop

* Update ciphers/vigenere_cipher.cpp

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

* Update ciphers/vigenere_cipher.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2020-07-20 13:50:40 -04:00