Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
f908487f
Commit
f908487f
authored
Apr 17, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed salsa20.c to salsa20-crypt.c.
parent
8184be0f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
ChangeLog
ChangeLog
+3
-0
Makefile.in
Makefile.in
+1
-1
salsa20-crypt.c
salsa20-crypt.c
+1
-1
No files found.
ChangeLog
View file @
f908487f
2012-04-17 Niels Möller <nisse@lysator.liu.se>
* salsa20-crypt.c: Renamed file, from...
* salsa20.c: ... old name.
* x86_64/machine.m4 (WREG): New macro.
* salsa20.c (salsa20_hash): Deleted function, inlined into
...
...
Makefile.in
View file @
f908487f
...
...
@@ -81,7 +81,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
md2.c md2-meta.c md4.c md4-meta.c
\
md5.c md5-compress.c md5-compat.c md5-meta.c
\
ripemd160.c ripemd160-compress.c ripemd160-meta.c
\
salsa20.c salsa20-set-key.c
\
salsa20
-crypt
.c salsa20-set-key.c
\
sha1.c sha1-compress.c sha1-meta.c
\
sha256.c sha256-compress.c sha224-meta.c sha256-meta.c
\
sha512.c sha512-compress.c sha384-meta.c sha512-meta.c
\
...
...
salsa20.c
→
salsa20
-crypt
.c
View file @
f908487f
/* salsa20.c
/* salsa20
-crypt
.c
*
* The Salsa20 stream cipher.
*/
...
...
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