aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/aes_encipher_block.v
AgeCommit message (Collapse)Author
2018-05-22Minor cleanup of states and register sizes.Joachim Strömbergson
2018-05-22Combined all AES round operations into a single operation for a round.Joachim Strömbergson
2018-05-21Cleaned up redundant wires.Joachim Strömbergson
2018-05-21Removed the sbox word mux. Removed ports for sbox access in the encipher ↵Joachim Strömbergson
datapath since it now has its own sboxes.
2018-05-21Removed the sword counter since it is not needed.Joachim Strömbergson
2018-05-21Connected the new S-boxes and collapsed the SubBytes operation into one ↵Joachim Strömbergson
cycle. This provides a speedup for Encipher with 2.1x.
2018-05-21Adding 16 S-boxes to the encipher datapath.Joachim Strömbergson
2018-05-21Adding inital version of AES core optimized for performance.Joachim Strömbergson