From: Christian Heimes Date: Wed, 7 Sep 2016 11:01:15 +0000 (+0200) Subject: Issue #16113: take 2 on big endian machines. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa15c854d2dca4dd1ebce6ddb4082224354e4e94;p=python Issue #16113: take 2 on big endian machines. --- diff --git a/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c b/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c index 886dc44197..8382ae53b4 100644 --- a/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c +++ b/Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c @@ -188,17 +188,18 @@ void KeccakP1600_AddLanes(void *state, const unsigned char *data, unsigned int l unsigned int lanePosition; for(lanePosition=0; lanePosition> 8) & 0xFF; laneAsBytes[2] = (low >> 16) & 0xFF;