-
Notifications
You must be signed in to change notification settings - Fork 312
Updated PR for ChaCha20 Cipher - Resolving Merge Conflicts #584
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
Updated PR for ChaCha20 Cipher - Resolving Merge Conflicts #584
Conversation
…es) length checks
…ing and documenting the algorithm
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #584 +/- ##
=============================================
- Coverage 97.552% 97.311% -0.242%
=============================================
Files 34 38 +4
Lines 4331 4500 +169
=============================================
+ Hits 4225 4379 +154
- Misses 106 121 +15
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Windows CI: Properly Install and Initialize Conda
Can anyone please help me to understand why the test is not running? |
This PR updates and replaces the previous PR #583, which implemented the ChaCha20 cryptographic algorithm. The previous PR had merge conflicts and was outdated, so this new PR integrates the latest changes from the
main
branch while keeping the original implementation intact.Changes in This PR:
main
branch updates to resolve conflicts.