You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: