Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Wim Lewis
nettle
Commits
0eae25f0
Commit
0eae25f0
authored
May 06, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify experimental status of sha3 and chacha-poly1305 in NEWS.
parent
b63b4f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
NEWS
NEWS
+14
-8
No files found.
NEWS
View file @
0eae25f0
...
...
@@ -96,20 +96,20 @@ NEWS for the Nettle 3.0 release
New features:
* Support for
poly1305-aes
MAC.
* Support for
Poly1305-AES
MAC.
*
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 the ChaCha stream cipher and EXPERIMENTAL
support for 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 CCM mode. Contributed by Owen Kirby.
*
Support for additional variants of SHA512 with output size
of 224 and
256 bits. Contributed by Joachim Strömbergson.
*
Additional variants of SHA512 with output size of 224 and
256 bits. Contributed by Joachim Strömbergson.
* New interface, struct nettle_aead, for mechanisms providing
authenticated encryption with associated data (AEAD).
...
...
@@ -124,6 +124,12 @@ NEWS for the Nettle 3.0 release
Miscellaneous:
* SHA3 is now documented as EXPERIMENTAL. Nettle currently
implements SHA3 as specified at the time Keccak won the SHA3
competition. However, the final standard specified by NIST
is likely to be incompatible, in which case future releases
may do incompatible changes to track standardization.
* The portability fix for the rotation macros, mentioned in
NEWS for 2.7.1, actually didn't make it into that release.
It is included now.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment