Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utils, crypto updates #77

Merged
merged 3 commits into from
Jun 29, 2024
Merged

Utils, crypto updates #77

merged 3 commits into from
Jun 29, 2024

Conversation

jciberlin
Copy link
Member

Description

  • utils - update function names to follow the same pattern as other functions in other modules
  • caesar_cipher - use initialization instead of declaration and assignment for local variables
  • vernam_cipher - use initialization instead of declaration and assignment for local variables

Related Issues

No related issues

Checklist

Please check off the following items by putting an "x" in the box:

  • I have read and understood the contribution guidelines.
  • I have added any necessary documentation (if appropriate).
  • I have added unit tests (if appropriate).
  • I have run make cppcheck on my code and fixed any reported issues.
  • I have run make astyle on my code and ensured that it adheres to the project's formatting guidelines.
  • Test coverage is at 100% for the modified code.

Additional Notes

No additional notes.

- utils - update function names to follow the same pattern as other functions in other modules
- caesar_cipher - Use initialization instead of declaration and assignment for local variables
- vernam_cipher: Use initialization instead of declaration and assignment for local variables
@Igor-Misic Igor-Misic merged commit 08e8e44 into main Jun 29, 2024
7 checks passed
@Igor-Misic Igor-Misic deleted the pr-module-updates branch June 29, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants