1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-25 00:08:20 +00:00

forgotten styleup

This commit is contained in:
Mirek Kratochvil 2013-05-25 19:27:49 +02:00
parent d8a284fe4a
commit 9a268d231b

@ -934,7 +934,7 @@ void SHA512_Last (SHA512_CTX* context)
*context->buffer = 0x80;
}
/* Store the length of input data (in bits): */
MEMCPY_BCOPY (context->buffer + SHA512_SHORT_BLOCK_LENGTH, context->bitcount+1, 8);
MEMCPY_BCOPY (context->buffer + SHA512_SHORT_BLOCK_LENGTH, context->bitcount + 1, 8);
MEMCPY_BCOPY (context->buffer + SHA512_SHORT_BLOCK_LENGTH + 8, context->bitcount, 8);
/* Final transform: */