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

More performant implementation of AES128_ECB_encrypt on Apple platforms. #392

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

erikbernsen
Copy link
Contributor

More performant implementation of AES128_ECB_encrypt on Apple platforms using CommonCrypto library. Tested it compiles on raspberry pi, tvOS, macOS (M1). Tested it runs as intended on tvOS.

@sahlberg
Copy link
Owner

sahlberg commented Jan 5, 2025

A lot of the commits are iterative fixes to the initial commit.
Can you fold it all into a single commit and update the push request?

$ git rebase -i HEAD~8
.. fold the fixes into the commit they fix ..
$ git push -f

@erikbernsen
Copy link
Contributor Author

Done the squash

@sahlberg sahlberg merged commit 39c02e8 into sahlberg:master Jan 8, 2025
16 checks passed
@sahlberg
Copy link
Owner

sahlberg commented Jan 8, 2025

Merged. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants