sha/keccak1600.c: switch to more efficient bit interleaving algorithm.
authorAndy Polyakov <appro@openssl.org>
Wed, 7 Jun 2017 15:55:15 +0000 (17:55 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 8 Jun 2017 18:21:04 +0000 (20:21 +0200)
commit13603583b3cc7b7a33bf17dc6262e4bc103e917c
treeec63ff96ec427659af98e2755ed17cecc068f79b
parentd8311fc93a4d8cffa0398a39a20950b9b6a94b3c
sha/keccak1600.c: switch to more efficient bit interleaving algorithm.

[Also bypass sizeof(void *) == 8 check on some platforms.]

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/sha/keccak1600.c