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
81df13f4
Commit
81df13f4
authored
Feb 12, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New constants, EAX_DIGEST_SIZE and GCM_DIGEST_SIZE.
parent
764a4813
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+5
-0
eax.h
eax.h
+1
-0
gcm.h
gcm.h
+1
-1
No files found.
ChangeLog
View file @
81df13f4
2014-02-12 Niels Möller <nisse@lysator.liu.se>
* eax.h (EAX_DIGEST_SIZE): New constant.
* gcm.h (GCM_DIGEST_SIZE): Likewise.
2014-02-10 Niels Möller <nisse@lysator.liu.se>
* chacha-set-nonce.c (chacha_set_nonce): Renamed file and
...
...
eax.h
View file @
81df13f4
...
...
@@ -51,6 +51,7 @@ extern "C" {
this in naming? */
#define EAX_BLOCK_SIZE 16
#define EAX_DIGEST_SIZE 16
/* Values independent of message and nonce */
struct
eax_key
...
...
gcm.h
View file @
81df13f4
...
...
@@ -75,7 +75,7 @@ extern "C" {
#define GCM_BLOCK_SIZE 16
#define GCM_IV_SIZE (GCM_BLOCK_SIZE - 4)
#define GCM_DIGEST_SIZE 16
#define GCM_TABLE_BITS 8
/* Hashing subkey */
...
...
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