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

feat: Mix up the Initial crypto data a bit #2228

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. feat: Mix up the Initial crypto data a bit

    Look for ranges of `N` or more bytes of graphical ASCII data in `data`.
    Create at least one split point for each range, multiple ones each `N`
    bytes if the range is long enough. Create data chunks based on those
    split points. Shuffle the chunks and return them.
    
    CC @martinthomson @dennisjackson
    larseggert committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f386798 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fix tests

    larseggert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e6599ec View commit details
    Browse the repository at this point in the history
  2. Fixes

    larseggert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b3816c0 View commit details
    Browse the repository at this point in the history
  3. Doc fixes

    larseggert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9d26513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be27e7a View commit details
    Browse the repository at this point in the history