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
890b2365
Commit
890b2365
authored
Jul 24, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial whitespace fix.
Rev: nettle/gcm.c:1.15
parent
6e371fbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gcm.c
gcm.c
+1
-1
No files found.
gcm.c
View file @
890b2365
...
@@ -366,7 +366,7 @@ gcm_hash(const struct gcm_key *key, union gcm_block *x,
...
@@ -366,7 +366,7 @@ gcm_hash(const struct gcm_key *key, union gcm_block *x,
static
void
static
void
gcm_hash_sizes
(
const
struct
gcm_key
*
key
,
union
gcm_block
*
x
,
gcm_hash_sizes
(
const
struct
gcm_key
*
key
,
union
gcm_block
*
x
,
uint64_t
auth_size
,
uint64_t
data_size
)
uint64_t
auth_size
,
uint64_t
data_size
)
{
{
uint8_t
buffer
[
GCM_BLOCK_SIZE
];
uint8_t
buffer
[
GCM_BLOCK_SIZE
];
...
...
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