Skip to content

feat(ciphers): add Lamport one-time signature - #7617

Merged
alxkm merged 5 commits into
TheAlgorithms:masterfrom
nitin1053:feat/lamport-signature
Sep 25, 2026
Merged

alxkm merged 5 commits into
TheAlgorithms:masterfrom
nitin1053:feat/lamport-signature

Conversation

@nitin1053

Copy link
Copy Markdown
Contributor
  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter

codecov-commenter commented Sep 25, 2026 •

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.65217% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.34%. Comparing base (6ed9243) to head (3c31785).

Files with missing lines Patch % Lines
...va/com/thealgorithms/ciphers/LamportSignature.java 95.65% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7617      +/-   ##
============================================
+ Coverage     81.31%   81.34%   +0.03%     
- Complexity     7979     7983       +4     
============================================
  Files           832      833       +1     
  Lines         25185    25231      +46     
  Branches       4910     4920      +10     
============================================
+ Hits          20478    20525      +47     
- Misses         3920     3921       +1     
+ Partials        787      785       -2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread spotbugs-exclude.xml Outdated
@nitin1053
nitin1053 requested a review from alxkm September 25, 2026 10:00

@alxkm alxkm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thank you for the contribution.

@alxkm
alxkm merged commit 4b58d36 into TheAlgorithms:master Sep 25, 2026
7 checks passed
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.

3 participants