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
49157ac1
Commit
49157ac1
authored
Sep 24, 2014
by
Niels Möller
Browse files
Whitespace tweaks.
parent
82a74eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
camellia.h
View file @
49157ac1
...
...
@@ -91,7 +91,7 @@ camellia128_set_decrypt_key(struct camellia128_ctx *ctx,
void
camellia128_invert_key
(
struct
camellia128_ctx
*
dst
,
const
struct
camellia128_ctx
*
src
);
void
camellia128_crypt
(
const
struct
camellia128_ctx
*
ctx
,
size_t
length
,
uint8_t
*
dst
,
...
...
@@ -113,7 +113,7 @@ camellia256_set_decrypt_key(struct camellia256_ctx *ctx,
void
camellia256_invert_key
(
struct
camellia256_ctx
*
dst
,
const
struct
camellia256_ctx
*
src
);
void
camellia256_crypt
(
const
struct
camellia256_ctx
*
ctx
,
size_t
length
,
uint8_t
*
dst
,
...
...
@@ -136,7 +136,7 @@ camellia192_set_decrypt_key(struct camellia256_ctx *ctx,
#define camellia192_invert_key camellia256_invert_key
#define camellia192_crypt camellia256_crypt
#ifdef
__cplusplus
#ifdef __cplusplus
}
#endif
...
...
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