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

ChaCha20Poly1305: performance of Seal and Open #15

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

ChaCha20Poly1305: performance of Seal and Open #15

enceve opened this issue Jun 14, 2016 · 1 comment

Comments

@enceve
Copy link
Owner

enceve commented Jun 14, 2016

The bottleneck is currently poly1305 (about 400-500 MB/s compared to ChaCha20 with 900 MB/s)
The poly1305 Write uses slow non-asm code - So an asm verson for write would speed up the AEAD

@enceve
Copy link
Owner Author

enceve commented Jun 28, 2016

The performance for the poly1305.Hash is now quite okay - so remove it from milestone 0.4 and revisit later...

@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