Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
e3cfe987
Commit
e3cfe987
authored
Jul 08, 2019
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark w member of union nettle_block16 as deprecated.
parent
24ec254e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ChangeLog
ChangeLog
+1
-0
nettle-types.h
nettle-types.h
+1
-1
No files found.
ChangeLog
View file @
e3cfe987
2019-07-08 Niels Möller <nisse@lysator.liu.se>
* nettle-types.h (union nettle_block16): Mark w member as deprecated.
* eax.c (block16_xor): Use uint64_t member of nettle_block16.
* gcm.c (gcm_gf_add, gcm_gf_shift, gcm_gf_shift_8): Likewise.
...
...
nettle-types.h
View file @
e3cfe987
...
...
@@ -61,7 +61,7 @@ extern "C" {
union
nettle_block16
{
uint8_t
b
[
16
];
unsigned
long
w
[
16
/
sizeof
(
unsigned
long
)];
unsigned
long
w
[
16
/
sizeof
(
unsigned
long
)]
_NETTLE_ATTRIBUTE_DEPRECATED
;
uint64_t
u64
[
2
];
};
...
...
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