sha1_block_asm_data_order can't hash if message crosses 2GB boundary.
This commit is contained in:
parent
7a3240e319
commit
fc7fc5678f
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ sub sha1_block_data
|
|||
&mov(&DWP(16,$tmp1,"",0),$E);
|
||||
&cmp("esi","eax");
|
||||
&mov(&DWP( 4,$tmp1,"",0),$B);
|
||||
&jl(&label("start"));
|
||||
&jb(&label("start"));
|
||||
|
||||
&stack_pop(18+9);
|
||||
&pop("edi");
|
||||
|
|
Loading…
Reference in a new issue