## Byte-swapping Mux
-gate count for 4:1 MUX is estimated at 8 gates. 8x 64 gates for a total of 512 gates to provide aligned byteswapping 64 bit. (actually likely 5x64 for MUX pary and 2x8 for selection part)
+gate count for 4:1 MUX is estimated at 8 gates. 8x 64 gates for a total of 512 gates to provide aligned byteswapping 64 bit. (actually likely 5x64 for MUX part and 2x8 for selection part)
<img alt="Byte-swap mux diagram" src="../byteswap_mux.svg" width="100%"/>