mirror of
https://github.com/openssl/openssl.git
synced 2025-03-25 20:00:44 +08:00
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
@ -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…
x
Reference in New Issue
Block a user