Skip to content
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

implementing padding #3

Merged
merged 4 commits into from
Feb 10, 2024
Merged

implementing padding #3

merged 4 commits into from
Feb 10, 2024

Commits on Feb 6, 2024

  1. changes

    owendevita committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    34bd8b2 View commit details
    Browse the repository at this point in the history
  2. Update padding.rs

    owendevita committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    94b2f90 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Changes Resolved + Readability

    Applied changes including:
    Inlining the generation of random bytes
    Avoiding panic on .take()
    Working directly on the slice
    Using with_capacity
    
    Improved readability with constants for future updates if needed.
    owendevita committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    fa7555f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Implement Constant Variables

    Improve the readability of the code by implementing the constant variables more consistently.
    owendevita committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ea8ede6 View commit details
    Browse the repository at this point in the history