提交 28997596 编写于 作者: A Andy Polyakov

ghash-x86_64.pl: fix length handling bug.

Thanks to Shay Gueron & Vlad Krasnov for report.
上级 bcb157f0
......@@ -754,8 +754,9 @@ ___
$code.=<<___;
add \$0x40,$len
jz .Ldone
sub \$0x10,$len
movdqu 0x20($Htbl),$HK
sub \$0x10,$len
jz .Lodd_tail
.Lskip4x:
___
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册