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

Further performance optimizations for ChaCha #12

Open
enceve opened this issue Jun 11, 2016 · 1 comment
Open

Further performance optimizations for ChaCha #12

enceve opened this issue Jun 11, 2016 · 1 comment

Comments

@enceve
Copy link
Owner

enceve commented Jun 11, 2016

ChaCha gives space for further optimization (SSE2 with 256 bytes, AVX etc)

@enceve enceve added this to the 0.4 milestone Jun 11, 2016
@enceve enceve removed the feature label Jun 16, 2016
enceve added a commit that referenced this issue Jun 18, 2016
Further optimizations through SSE2 SIMD increases speed to > 1000 MB/s on i7 3632
enceve added a commit that referenced this issue Jun 24, 2016
@enceve
Copy link
Owner Author

enceve commented Jun 28, 2016

ChaCha20 implementation uses SSE with 256 bytes - so remove it from milestone 0.4 and maybe revisit if there's a need for AVX support

@enceve enceve removed this from the 0.4 milestone Jun 28, 2016
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