Skip to content
GitLab
Menu
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
f908487f
Commit
f908487f
authored
Apr 17, 2012
by
Niels Möller
Browse files
Renamed salsa20.c to salsa20-crypt.c.
parent
8184be0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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