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

proposal: crypto/rsa: use avx-512 IFMA instructions to optimize RSA, e.g., SignPKCS1v15() #59413

Closed
tpaint opened this issue Apr 4, 2023 · 1 comment

Comments

@tpaint
Copy link
Contributor

tpaint commented Apr 4, 2023

Implement optimized RSA functions to take advantage of Integer Fused Multiply Add (IFMA) instructions. We will provide an example implementation of decrypt() for SignPKCS1v15() that uses IFMA-optimized Almost Montgomery Multiplication.

Reference:
https://www.intel.com/content/www/us/en/developer/articles/technical/fourth-generation-xeon-scalable-family-overview.html#gs.uemgn3

@tpaint tpaint added the Proposal label Apr 4, 2023
@gopherbot gopherbot added this to the Proposal milestone Apr 4, 2023
@ianlancetaylor
Copy link
Contributor

Let's merge this into #59412. Thanks.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2023
@golang golang locked and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants