Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Brian Smith
nettle
Commits
fc05e544
Commit
fc05e544
authored
Apr 26, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert to unsigned in struct nettle_cipher.
parent
b64384fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
nettle-meta.h
nettle-meta.h
+3
-3
No files found.
nettle-meta.h
View file @
fc05e544
...
...
@@ -37,13 +37,13 @@ struct nettle_cipher
{
const
char
*
name
;
size_t
context_size
;
unsigned
context_size
;
/* Zero for stream ciphers */
size_t
block_size
;
unsigned
block_size
;
/* Suggested key size; other sizes are sometimes possible. */
size_t
key_size
;
unsigned
key_size
;
nettle_set_key_func
*
set_encrypt_key
;
nettle_set_key_func
*
set_decrypt_key
;
...
...
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