Skip to content
GitLab
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
3f76deac
Commit
3f76deac
authored
Oct 13, 2005
by
Niels Möller
Browse files
(REF): Fixed caclulation of offset.
Rev: src/nettle/x86/md5-compress.asm:1.3
parent
1a8335da
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86/md5-compress.asm
View file @
3f76deac
...
...
@@ -57,7 +57,7 @@ define(<COPY>,<
movl
TMP
,
OFFSET
(
$
1
)(
DATA
)
>)
define
(
<
REF
>
,
<
OFFSET
(
eval
(
4
*
$
1
)
)
(
DATA
)
>
)
define
(
<
REF
>
,
<
OFFSET
(
$
1
)(
DATA
)
>
)
C
ROUND
(
f
,
w
,
x
,
y
,
z
,
k
,
data
,
s
):
C
w
+
=
f
(
x
,
y
,
z
)
+
data
+
k
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment