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: Shuffle the client Initial crypto data #2228

Open
wants to merge 18 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

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    218dec8 View commit details
    Browse the repository at this point in the history
  2. Footgun prevention

    larseggert committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    89ecaed View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    0681414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42d1fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5f773 View commit details
    Browse the repository at this point in the history
  4. Refactor loop

    larseggert committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8cb3576 View commit details
    Browse the repository at this point in the history
  5. More from @martinthomson

    larseggert committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ae790f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3eea086 View commit details
    Browse the repository at this point in the history
  7. Again

    larseggert committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7980d30 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    61bb65a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb63418 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    e9f3b58 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    f17203c View commit details
    Browse the repository at this point in the history