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
Wim Lewis
nettle
Commits
51924bee
Commit
51924bee
authored
Mar 14, 2013
by
Niels Möller
Browse files
Reenabled sha3-permute.asm.
parent
81666f68
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
51924bee
2013-03-14 Niels Möller <nisse@lysator.liu.se>
2013-03-14 Niels Möller <nisse@lysator.liu.se>
* configure.ac (asm_replace_list): Added sha3-permute.asm,
revering 2012-12-30 change. 34% speedup on intel i5, from 2190
cycles for the C implementation down to 1630.
* armv7/sha512-compress.asm: Optimized. Keep expanded data in
* armv7/sha512-compress.asm: Optimized. Keep expanded data in
registers, exploit parallelism. Another 70% speedup.
registers, exploit parallelism. Another 70% speedup.
...
...
configure.ac
View file @
51924bee
...
@@ -250,7 +250,7 @@ asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
...
@@ -250,7 +250,7 @@ asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
salsa20-crypt.asm salsa20-core-internal.asm \
salsa20-crypt.asm salsa20-core-internal.asm \
serpent-encrypt.asm serpent-decrypt.asm \
serpent-encrypt.asm serpent-decrypt.asm \
sha1-compress.asm sha256-compress.asm sha512-compress.asm \
sha1-compress.asm sha256-compress.asm sha512-compress.asm \
machine.m4"
sha3-permute.asm
machine.m4"
# Assembler files which generate additional object files if they are used.
# Assembler files which generate additional object files if they are used.
asm_optional_list=""
asm_optional_list=""
...
...
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