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

sha2: intrinsics based AVX2 backend #311

Closed
newpavlov opened this issue Sep 6, 2021 · 1 comment
Closed

sha2: intrinsics based AVX2 backend #311

newpavlov opened this issue Sep 6, 2021 · 1 comment

Comments

@newpavlov
Copy link
Member

RustCrypto/asm-hashes#41 adds an assembly based AVX2 backend. It may be worth looking into porting it to intrinsics. Assuming it will have a similar performance to the assembly, we may remove the latter in favor of the former.

@newpavlov
Copy link
Member Author

Probably solved in #312.

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

No branches or pull requests

1 participant