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
b58a69c8
Commit
b58a69c8
authored
Apr 21, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed comment typo.
parent
1f1b2f10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cast128.c
cast128.c
+1
-1
No files found.
cast128.c
View file @
b58a69c8
...
...
@@ -179,7 +179,7 @@ cast128_set_key(struct cast128_ctx *ctx,
if
((
i
*
4
+
3
)
<
keybytes
)
x
[
i
]
|=
(
uint32_t
)
rawkey
[
i
*
4
+
3
];
}
/* FIXME: For the shorter key sizes, the last 4 subkeys are not
used, and need not be generated
d
, nor stored. */
used, and need not be generated, nor stored. */
/* Generate 32 subkeys, four at a time */
for
(
i
=
0
;
i
<
32
;
i
+=
4
)
{
switch
(
i
&
4
)
{
...
...
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