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

aes-soft: use fixslicing for AES encryption #176

Merged
merged 1 commit into from Oct 26, 2020

Commits on Oct 26, 2020

  1. aes-soft: use fixslicing for AES encryption

    Fixslicing is presently defined for encryption only.
    
    However, accelerating just encryption is still useful for AES-CTR.
    
    Performance is improved by ~3X as measured on an Intel Core i9
    (despite the fixslicing implementation being 32-bit only)
    tarcieri committed Oct 26, 2020
    Copy the full SHA
    3d3c595 View commit details
    Browse the repository at this point in the history