Fix typo
parent
69f812a7af
commit
c71803f383
2
sha.cpp
2
sha.cpp
|
|
@ -1091,7 +1091,7 @@ static void CRYPTOPP_FASTCALL SHA256_SSE_SHA_HashBlocks(word32 *state, const wor
|
||||||
STATE0 = _mm_alignr_epi8(TMP, STATE1, 8); // ABEF
|
STATE0 = _mm_alignr_epi8(TMP, STATE1, 8); // ABEF
|
||||||
STATE1 = _mm_blend_epi16(STATE1, TMP, 0xF0); // CDGH
|
STATE1 = _mm_blend_epi16(STATE1, TMP, 0xF0); // CDGH
|
||||||
|
|
||||||
while (length >- SHA256::BLOCKSIZE)
|
while (length >= SHA256::BLOCKSIZE)
|
||||||
{
|
{
|
||||||
// Save current hash
|
// Save current hash
|
||||||
ABEF_SAVE = STATE0;
|
ABEF_SAVE = STATE0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue