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

fix(sha256): Perform compression per block and utilize ROM instead of RAM when setting up the message block #5760

Merged
merged 19 commits into from
Aug 27, 2024

Commits on Aug 19, 2024

  1. switch to asserting message size is less than the actual message size…

    … rather than placing it under a predicate
    vezenovm committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c21a619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0caa360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cabc824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    865cd64 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    9e507f6 View commit details
    Browse the repository at this point in the history
  2. delete old sha256

    vezenovm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    616ee96 View commit details
    Browse the repository at this point in the history
  3. resolve conflicts w/ master

    vezenovm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7f8e88d View commit details
    Browse the repository at this point in the history
  4. cleanup

    vezenovm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    863ff73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5568f4 View commit details
    Browse the repository at this point in the history
  6. narog fmt

    vezenovm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8f32622 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40db230 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9458cb0 View commit details
    Browse the repository at this point in the history
  9. stdlib fmt

    vezenovm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8d201a5 View commit details
    Browse the repository at this point in the history
  10. remove old bench debug file

    vezenovm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    60bb4bf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    828a22e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5950f69 View commit details
    Browse the repository at this point in the history