Whitespace check-in

pull/600/head
Jeffrey Walton 2018-03-11 12:52:03 -04:00
parent 07ece016b7
commit 03d4508a76
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 2 deletions

View File

@ -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;