Skip to content

Refactor from_okm_fuzz test to use chunks_exact_mut() instead of repetitive byte ranges#1628

Open
zeevick10 wants to merge 2 commits intoRustCrypto:masterfrom
zeevick10:patch-1
Open

Refactor from_okm_fuzz test to use chunks_exact_mut() instead of repetitive byte ranges#1628
zeevick10 wants to merge 2 commits intoRustCrypto:masterfrom
zeevick10:patch-1

Conversation

@zeevick10
Copy link

Replaces 13 repetitive copy_from_slice calls with manual byte ranges with a loop-based approach using chunks_exact_mut(), eliminating error-prone manual calculations and reducing code duplication.

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.

1 participant