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

Use chacha20_poly1305 when no AES hardware acceleration detected #14

Open
inflation opened this issue Nov 4, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@inflation
Copy link

inflation commented Nov 4, 2024

Saw en(de)cryption was mentioned in the performance doc. Usually, it's worth trying to use chacha20_poly1305 in software instead of AES to reach better performance.

Even better, use chacha8 according to the amazing Too Much Crypto paper.

@inflation inflation added the enhancement New feature or request label Nov 4, 2024
@crazyscot crazyscot added this to the 0.3 milestone Dec 26, 2024
@crazyscot crazyscot removed this from the 0.3 milestone Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants