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

Vernam cipher/One Time Pad algorithm - MISRA compliant #76

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

jciberlin
Copy link
Member

Description

Vernam cipher/One Time Pad algorithm - MISRA compliant.
Functions IsLowerChar, IsUpperChar, IsAlpha are moved to utils.

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.

jciberlin added 2 commits May 23, 2024 20:33
- move functions IsLowerChar, IsUpperChar, IsAlpha to utils
- Vernam cipher/One Time Pad algorithm - MISRA compliant
@jciberlin jciberlin requested a review from Igor-Misic June 9, 2024 14:36
@Igor-Misic Igor-Misic merged commit 46e3188 into main Jun 20, 2024
7 checks passed
@Igor-Misic Igor-Misic deleted the pr-vernam-cipher branch June 20, 2024 14:02
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