feat: implement One-Time Pad cipher (#6941)#7096
feat: implement One-Time Pad cipher (#6941)#7096DenizAltunkapan merged 4 commits intoTheAlgorithms:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7096 +/- ##
============================================
+ Coverage 78.60% 78.61% +0.01%
- Complexity 6815 6823 +8
============================================
Files 764 765 +1
Lines 22580 22599 +19
Branches 4441 4443 +2
============================================
+ Hits 17749 17767 +18
Misses 4117 4117
- Partials 714 715 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@DenizAltunkapan @yanglbme @alxkm I have completed the implementation of the One-Time Pad Cipher along with unit tests, following all contribution guidelines: Code formatted using clang-format Added detailed Javadoc and reference to the algorithm concept 100% test coverage for new changes All CI checks have passed successfully Could you please review the PR and merge. |
|
Hi @DenizAltunkapan @yanglbme @alxkm 👋, I’ve completed the One-Time Pad Cipher implementation and ensured everything follows the contribution guidelines: ✔ Code fully formatted ✔ Javadoc & algorithm reference added ✔ Tests included with full coverage ✔ All CI checks have passed The branch is ready for review. Thank you for maintaining this project and your time 🙏 |
|
@DenizAltunkapan Review and merge the PR |
clang-format -i --style=file path/to/your/file.java