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
49157ac1
Commit
49157ac1
authored
Sep 24, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace tweaks.
parent
82a74eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
camellia.h
camellia.h
+3
-3
No files found.
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
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