|
|
|
|
|
by magila
1795 days ago
|
|
I'd like to see the benchmarks, including power draw. I suspect it is similar to soft ChaCha vs hard AES. A ChaCha software implementation can achieve similar speed as the AES hardware at the cost of significantly higher power draw due to pushing the AVX units at near maximum utilization. |
|
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