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

Aarch64 Poly1305 ASM: Improve performance #7859

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

SparkiDev
Copy link
Contributor

Description

Do as many multiplications in base 64 rather than 26 with normal integer registers.

Testing

QEMU on Linux.
Tested on MacBook.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

Do as many multiplications in base 64 rather than 26 with normal integer
registers.
@SparkiDev SparkiDev assigned SparkiDev and wolfSSL-Bot and unassigned SparkiDev Aug 12, 2024
@SparkiDev SparkiDev requested a review from wolfSSL-Bot August 12, 2024 04:48
Copy link
Contributor

@douzzer douzzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quantum-safe-wolfssl-all-cross-aarch64-armasm-unittest-sanitizer OK

@douzzer douzzer merged commit 3875a18 into wolfSSL:master Aug 12, 2024
122 checks passed
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.

3 participants