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
e1bb57b2
Commit
e1bb57b2
authored
Sep 28, 2005
by
Niels Möller
Browse files
New comment.
Rev: src/nettle/x86/sha1-compress.asm:1.7
parent
a46840ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86/sha1-compress.asm
View file @
e1bb57b2
...
...
@@ -101,6 +101,9 @@ define(<ROUND>, <
addl
$
7
,
$
5
$6
(
$
2
,
$
3
,
$
4
)
addl
TMP
,
$
5
C
Using
the
TMP
register
can
be
avoided
,
by
rotating
$
1
in
place
,
C
adding
,
and
then
rotating
back.
movl
$
1
,
TMP
roll
<
$
>
5
,
TMP
addl
TMP
,
$
5
...
...
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