Skip to content
Snippets Groups Projects
Commit 3f76deac authored by Niels Möller's avatar Niels Möller
Browse files

(REF): Fixed caclulation of offset.

Rev: src/nettle/x86/md5-compress.asm:1.3
parent 1a8335da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment