-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
The CAESAR competition for standardizing new AEAD algorithms wrapped up a while ago and some new very fast constructions were recommended (see, https://competitions.cr.yp.to/caesar-submissions.html). For benchmarks, see eBACS.
Most of these recommendations (especially the recommendations for use case 2) take advantage of AES-NI instructions already widely available in hardware. There's also no more patents on AES-OCB iirc.
Is there any interest in bringing these algorithms to the browser?
mtcvenema and atezet