Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wim Lewis
nettle
Commits
8cf056ee
Commit
8cf056ee
authored
Apr 12, 2013
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Prepare configure.ac for umac assembly routines.
parent
4f52fb06
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+3
-0
3 additions, 0 deletions
ChangeLog
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
4 additions
and
1 deletion
ChangeLog
+
3
−
0
View file @
8cf056ee
2013-04-12 Niels Möller <nisse@lysator.liu.se>
2013-04-12 Niels Möller <nisse@lysator.liu.se>
* configure.ac (asm_replace_list): Added umac-nh.asm and
umac-nh-n.asm.
* testsuite/umac-test.c: Test different alignments for the
* testsuite/umac-test.c: Test different alignments for the
message.
message.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
8cf056ee
...
@@ -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 \
sha3-permute.asm machine.m4"
sha3-permute.asm
umac-nh.asm umac-nh-n.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=""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment