fix(cipher): resolve unclosed block loop syntax error in aesInstrumented - #1853
fix(cipher): resolve unclosed block loop syntax error in aesInstrumented#1853Chigael wants to merge 1 commit into
Conversation
|
@Chigael is attempting to deploy a commit to the csxark's projects Team on Vercel. A member of the Team first needs to authorize it. |
🎉 Thank You for Your ContributionHello @Chigael, Thank you for submitting a Pull Request to CryptoViz. We appreciate the time and effort you've invested in contributing to the project. Your Pull Request has been received successfully and will be reviewed by the maintainers as soon as possible. 📋 Pull Request Checklist
Ensuring these requirements are met helps streamline the review process and enables maintainers to review your contribution more efficiently. ❤️ Support CryptoVizIf you find CryptoViz helpful, consider supporting the project by:
Your support helps increase the project's visibility and encourages continued development. Thank you for being a part of the CryptoViz community! Thank you once again for contributing to CryptoViz. We appreciate your support and look forward to reviewing your contribution. |
|
Important Review skippedToo many files! This PR contains 514 files, which is 414 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (514)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @Chigael, this PR cannot be merged as the Program was already over by the time you raised it. |
Pull Request
Description
Fixes a syntax error in lib/cipher/symmetric/aes.ts where the for (let b = 0; b < numBlocks; b++) loop inside aesInstrumented was unclosed prior to the function's final return statement.
Related Issue
Closes #1695
Scope
This PR touches exactly one of the following. If it touches more than
one, split it into separate PRs — multi-scope PRs are the pattern that
introduces inconsistent architecture and will not be reviewed as-is.
lib/cipher/**)app/**,components/**)lib/workers/**,hooks/use*Worker.ts)docs/**,*.md, MDX content)tests/**)Changes Made
Testing
npm testpasses locally.npm run typecheckpasses locally.npm run lintpasses locally.lib/cipher/**file stays at or above 80%.A PR that adds functionality without a corresponding test in the same PR will not be merged. "Will add tests later" is not accepted.
Simulation vs. Live Data
Screenshots
If applicable, attach screenshots or screen recordings.
Checklist
Applicable Checklist
Complete the checklist matching the scope above, then paste the completed
checklist (or a link to it) here:
Architecture Review Checklist
Before adding another domain suite or feature suite, please identify and document the following to prevent code duplication:
Additional Notes
Add any additional information for reviewers here.