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
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
187631fa
Commit
187631fa
authored
Jan 25, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fixes.
parent
d0c86a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
gcm.c
gcm.c
+1
-7
No files found.
gcm.c
View file @
187631fa
...
...
@@ -7,9 +7,6 @@
* http://www.cryptobarn.com/papers/gcm-spec.pdf.
*/
/* NOTE: Tentative interface, subject to change. No effort will be
made to avoid incompatible changes. */
/* nettle, low-level cryptographics library
*
* Copyright (C) 2011 Niels Möller
...
...
@@ -389,10 +386,7 @@ gcm_hash_sizes(const struct gcm_key *key, union nettle_block16 *x,
gcm_hash
(
key
,
x
,
GCM_BLOCK_SIZE
,
buffer
);
}
/*
* @length: The size of the iv (fixed for now to GCM_NONCE_SIZE)
* @iv: The iv
*/
/* NOTE: The key is needed only if length != GCM_IV_SIZE */
void
gcm_set_iv
(
struct
gcm_ctx
*
ctx
,
const
struct
gcm_key
*
key
,
size_t
length
,
const
uint8_t
*
iv
)
...
...
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