Fix SHA512_SSE2_Transform after whitespace checkin (Issue 365)
parent
4f2bb7664f
commit
d9df0961e0
1
sha.cpp
1
sha.cpp
|
|
@ -1647,6 +1647,7 @@ CRYPTOPP_NAKED static void CRYPTOPP_FASTCALL SHA512_SSE2_Transform(word64 *state
|
||||||
|
|
||||||
// first 16 rounds
|
// first 16 rounds
|
||||||
ASL(0)
|
ASL(0)
|
||||||
|
AS2( movq mm0, [edx+eax*8])
|
||||||
AS2( movq [esi+eax*8], mm0)
|
AS2( movq [esi+eax*8], mm0)
|
||||||
AS2( movq [esi+eax*8+16*8], mm0)
|
AS2( movq [esi+eax*8+16*8], mm0)
|
||||||
AS2( paddq mm0, [ebx+eax*8])
|
AS2( paddq mm0, [ebx+eax*8])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue