aboutsummaryrefslogtreecommitdiff
path: root/Asm/x86/Sha1Opt.asm
diff options
context:
space:
mode:
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