Whitespace check-in
parent
07ece016b7
commit
03d4508a76
|
|
@ -1487,7 +1487,6 @@ void SHA512_HashMultipleBlocks_POWER8(word64 *state, const word64 *data, size_t
|
|||
uint64x2_p8 cd = VectorLoad64x2u(state+2, 0);
|
||||
uint64x2_p8 ef = VectorLoad64x2u(state+4, 0);
|
||||
uint64x2_p8 gh = VectorLoad64x2u(state+6, 0);
|
||||
|
||||
uint64x2_p8 W[16], S[8], vm, vk;
|
||||
|
||||
size_t blocks = length / SHA512::BLOCKSIZE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue