aboutsummaryrefslogtreecommitdiff
path: root/Asm/x86/Sha1Opt.asm
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-06-19 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-06-19 15:32:41 +0500
commita7a1d4a241492e81f659a920f7379c193593ebc6 (patch)
tree2ff203d3b43b3f6d18abaac21923f729fdb93e43 /Asm/x86/Sha1Opt.asm
parent89a73b901229c8550c172c9556ff8442ae7ac4b8 (diff)
download7zip-24.07.tar.gz
7zip-24.07.tar.bz2
7zip-24.07.zip
24.0724.07
Diffstat (limited to 'Asm/x86/Sha1Opt.asm')
-rw-r--r--Asm/x86/Sha1Opt.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Asm/x86/Sha1Opt.asm b/Asm/x86/Sha1Opt.asm
index 3495fd1..0b63aeb 100644
--- a/Asm/x86/Sha1Opt.asm
+++ b/Asm/x86/Sha1Opt.asm
@@ -1,5 +1,5 @@
1; Sha1Opt.asm -- SHA-1 optimized code for SHA-1 x86 hardware instructions 1; Sha1Opt.asm -- SHA-1 optimized code for SHA-1 x86 hardware instructions
2; 2021-03-10 : Igor Pavlov : Public domain 2; 2024-06-16 : Igor Pavlov : Public domain
3 3
4include 7zAsm.asm 4include 7zAsm.asm
5 5
@@ -20,7 +20,7 @@ MY_ASM_START
20 20
21 21
22 22
23CONST SEGMENT 23CONST SEGMENT READONLY
24 24
25align 16 25align 16
26Reverse_Endian_Mask db 15,14,13,12, 11,10,9,8, 7,6,5,4, 3,2,1,0 26Reverse_Endian_Mask db 15,14,13,12, 11,10,9,8, 7,6,5,4, 3,2,1,0