Skip to content
Snippets Groups Projects
Commit 23c7a663 authored by Niels Möller's avatar Niels Möller
Browse files

NEWS entries for chacha and AEAD.

parent aa546471
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,17 @@ NEWS for the 2.8 release ...@@ -44,10 +44,17 @@ NEWS for the 2.8 release
* Support for poly1305-aes MAC. * Support for poly1305-aes MAC.
* Support for the Chacha stream cipher. * Experimental support for the Chacha stream cipher and the
chacha-poly1305 AEAD mode. Specifications are still in
flux, and future releases may do incompatible changes to
track standardization. Currently uses 256-bit key and 64-bit
nonce.
* Support for EAX mode. * Support for EAX mode.
* New interfaces for mechanisms providing authenticated
encryption with associated data (AEAD).
Optimizations: Optimizations:
* New x86_64 assembly for GCM and MD5. Modest speedups on the * New x86_64 assembly for GCM and MD5. Modest speedups on the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment