I would like to transpose an array of 8 bytes using lookup tables unlike this post which transposes without using a lookup table: Bitwise transpose of 8 bytes
Even though the lookup table would be quite huge as the post mentions, I would like to know how to go about doing this.