Skip to content
GitLab
Menu
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
fc05e544
Commit
fc05e544
authored
Apr 26, 2013
by
Niels Möller
Browse files
Revert to unsigned in struct nettle_cipher.
parent
b64384fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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