mirror of https://github.com/TheAlgorithms/C
b5b2218e60
* feat: added affine cipher * chore: applied clang-format * docs: fixed typo Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me> * docs: added brief qualifier Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me> * chore: added const qualifier to test_string input * test: added checks for correct ciphertext * chore: removed asserts in modular_multiplicative_inverse and defined the ASCII conversion character * removed previous_remainder variable in modular_multiplicative_inverse() * chore: added brackets Co-authored-by: David Leal <halfpacho@gmail.com> * chore: made test function static Co-authored-by: David Leal <halfpacho@gmail.com> * docs: added back quotes to variable `a` Co-authored-by: David Leal <halfpacho@gmail.com> * docs: added back quotes to more variables Co-authored-by: David Leal <halfpacho@gmail.com> * chore: Added capitalization to string indicating passing tests Co-authored-by: David Leal <halfpacho@gmail.com> * chore: apply suggestions from code review --------- Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me> Co-authored-by: David Leal <halfpacho@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
affine.c | ||
rot13.c |