|
|
|
|
|
by Matthias247
1792 days ago
|
|
I benchmarked hardware AES vs software ChaCha20, and the former showed an overall performance improvement of an end to end QUIC software stack of more than 50%. The pure crypto difference is probably even higher. That's a huge gap - even thought it might totally be possible that the ChaCha20 implementation of Ring is still improvable. As a result of that, I asked for rustls to default to AES instead of the previous ChaCha20 default [1] [1] https://github.com/ctz/rustls/issues/509 |
|