aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-05-26Shaved off another cycle for block processing.Joachim Strömbergson
2018-05-22Updated README with latest implementation results and status for the core.Joachim Strömbergson
2018-05-22Combined all AES round operations into a single operation for a round.Joachim Strömbergson
2018-05-22Updated README with implementation results.Joachim Strömbergson
2018-05-21Updated core status and implementation details.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 inital version of AES core optimized for performance.Joachim Strömbergson