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

crypto/aes: add dedicated asm version of AES-GCM for Power/ARM64 #12408

Closed
matt2909 opened this issue Aug 31, 2015 · 4 comments
Closed

crypto/aes: add dedicated asm version of AES-GCM for Power/ARM64 #12408

matt2909 opened this issue Aug 31, 2015 · 4 comments

Comments

@matt2909
Copy link
Contributor

Add a complimentary dedicated asm version of AES-GCM for Power/ARM64 where accelerators for those algorithms exist in a similar form to amd64,

@rsc rsc added this to the Unplanned milestone Oct 23, 2015
@DemiMarie
Copy link

This is a security issue (timing attacks)

@bradfitz
Copy link
Contributor

/cc @laboger for power

@bradfitz
Copy link
Contributor

@matt2909, you probably want separate bugs for power vs. arm64. They will be fixed separately.

@matt2909
Copy link
Contributor Author

matt2909 commented Jan 3, 2017

As suggested by @bradfitz I have closed this bug and opened separate bugs for ppc64 and arm64.

arm64 bug: #18498
ppc64 bug: #18499

@matt2909 matt2909 closed this as completed Jan 3, 2017
@golang golang locked and limited conversation to collaborators Jan 3, 2018
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

5 participants