Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
e09ed92e
Commit
e09ed92e
authored
Jan 08, 2018
by
Niels Möller
Browse files
Extend nettle_block16 with uint64_t field.
parent
64454448
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e09ed92e
...
...
@@ -9,6 +9,8 @@
2018-01-08 Niels Möller <nisse@lysator.liu.se>
* nettle-types.h (union nettle_block16): Add uint64_t field.
* configure.ac: Check for __builtin_bswap64, define
HAVE_BUILTIN_BSWAP64 if available.
...
...
nettle-types.h
View file @
e09ed92e
...
...
@@ -48,6 +48,7 @@ union nettle_block16
{
uint8_t
b
[
16
];
unsigned
long
w
[
16
/
sizeof
(
unsigned
long
)];
uint64_t
u64
[
2
];
};
/* Randomness. Used by key generation and dsa signature creation. */
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment