Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wim Lewis
nettle
Commits
0eae25f0
Commit
0eae25f0
authored
10 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Clarify experimental status of sha3 and chacha-poly1305 in NEWS.
parent
b63b4f18
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+14
-8
14 additions, 8 deletions
NEWS
with
14 additions
and
8 deletions
NEWS
+
14
−
8
View file @
0eae25f0
...
...
@@ -96,20 +96,20 @@ NEWS for the Nettle 3.0 release
New features:
* Support for
p
oly1305-
aes
MAC.
* Support for
P
oly1305-
AES
MAC.
*
Experimental s
upport for the Cha
c
ha stream cipher and
the
c
ha
c
ha-
p
oly1305 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.
*
S
upport for the Cha
C
ha stream cipher and
EXPERIMENTAL
support for the C
ha
C
ha-
P
oly1305 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 a
dditional variants of SHA512 with output size
of 224 and
256 bits. Contributed by Joachim Strömbergson.
*
A
dditional 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment