sha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeeze tail.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
bbde4740eb
commit
3c1a60e56f
1 changed files with 1 additions and 1 deletions
|
@ -474,8 +474,8 @@ SHA3_squeeze:
|
|||
jmp .Loop_squeeze_avx512
|
||||
|
||||
.Ltail_squeeze_avx512:
|
||||
mov %r9,%rsi
|
||||
mov $out,%rdi
|
||||
mov %r9,%rsi
|
||||
mov $len,%rcx
|
||||
.byte 0xf3,0xa4 # rep movsb
|
||||
|
||||
|
|
Loading…
Reference in a new issue