aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/chacha_core.v
AgeCommit message (Expand)Author
2019-02-08(1) Removed reset input port from qr module, qr module instances and qr modul...HEADmasterJoachim Strömbergson
2019-02-07Change reset to asynch assert. This matches comment. It also matches what is ...Joachim Strömbergson
2018-10-16Adding width specification, fixed order and other nits as part of ceckning th...Joachim Strömbergson
2018-08-30Adding two more pipeline registers in the qr module. Added two more wait cycles.Joachim Strömbergson
2018-08-23Debugged pipeline register and state update. All test cases ok.timing_fixJoachim Strömbergson
2018-08-23(1) Updated qr interface to include clock and reset needed for internal pipel...Joachim Strömbergson
2016-12-28(1) Cleanup of top an core code with no functional changes. The code is now m...cleanupJoachim Strömbergson
2014-11-06Fixes to nits found using the verilator linter.Joachim Strömbergson
2014-09-26Update of ChaCha with fixes found during synthesis.Joachim Strömbergson
2014-09-03Adding RTL code for the ChaCha stream cipher.Joachim Strömbergson