Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
81df13f4
Commit
81df13f4
authored
Feb 12, 2014
by
Niels Möller
Browse files
New constants, EAX_DIGEST_SIZE and GCM_DIGEST_SIZE.
parent
764a4813
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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