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

Prevent perf regression on Aarch64 #228

Merged
merged 11 commits into from
Mar 27, 2024
Merged

Commits on Mar 21, 2024

  1. Add SmallState

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    64ba29c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Speed up generating keys

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3e14ceb View commit details
    Browse the repository at this point in the history
  2. Precompute first part of mix

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1e94eac View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Further speed up key generation

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e2ae7b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add shuffle instructions

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d494c94 View commit details
    Browse the repository at this point in the history
  2. Add debug term

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8649883 View commit details
    Browse the repository at this point in the history
  3. Debug on mac

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    be5e0eb View commit details
    Browse the repository at this point in the history
  4. Change to macos 14

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    288b21b View commit details
    Browse the repository at this point in the history
  5. Add mixcolumns step accedently removed earlier.

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d815ed3 View commit details
    Browse the repository at this point in the history
  6. Remove debug shell

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a15c358 View commit details
    Browse the repository at this point in the history
  7. Merge branch '0.9-prerelease' of https://github.com/tkaitchuck/aHash

    …into aarch64-regression
    tkaitchuck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3d20a53 View commit details
    Browse the repository at this point in the history