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
Nettle
nettle
Commits
51f2a621
Commit
51f2a621
authored
Mar 29, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typo fixes.
parent
6e9153fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ChangeLog
ChangeLog
+2
-2
cast128.c
cast128.c
+1
-1
No files found.
ChangeLog
View file @
51f2a621
...
...
@@ -650,7 +650,7 @@
* configure.ac (asm_replace_list): Added poly1305-internal.asm.
* asm.m4: Define struct ffsets for 64-bit poly1305_ctx.
* asm.m4: Define struct
o
ffsets for 64-bit poly1305_ctx.
* poly1305.h (POLY1305_DIGEST): Pass the encrypted nonce as an
additional argument to poly1305_digest.
...
...
@@ -834,7 +834,7 @@
* eax.c: New file.
* eax.h: New file.
* aes.h: Fixed typ
e
in name mangling for new aes functions.
* aes.h: Fixed typ
o
in name mangling for new aes functions.
2013-09-28 Niels Möller <nisse@lysator.liu.se>
...
...
cast128.c
View file @
51f2a621
...
...
@@ -227,7 +227,7 @@ cast5_set_key(struct cast128_ctx *ctx,
x0
=
READ_UINT32
(
key
);
/* Read final wor
k
, possibly zero-padded. */
/* Read final wor
d
, possibly zero-padded. */
switch
(
length
&
3
)
{
case
0
:
...
...
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