aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/sha1_core.v
AgeCommit message (Collapse)Author
2020-05-12Adding the functionality to extractd and set the intrnal hash state. Note: ↵HEADmasterJoachim Strömbergson
The functionality has not yet been debugged. Need to add test case.
2020-05-12Minor change. variable names are easier to read.Joachim Strömbergson
2018-10-16Added width definition to reset values as part of checking that all ↵Joachim Strömbergson
registers are properly reset.
2017-12-08Syncecd SHA-1 core to github repo. No functional changes, but more compact ↵Joachim Strömbergson
code and a lot of minor fixes to silence warnings.
2015-12-13whack copyrightsPaul Selkirk
2014-12-05There is an END to this, according to Paul.Joachim Strömbergson
2014-12-05Adding a separate digiest update state.Joachim Strömbergson
2014-11-07Changed to asynch reset.Joachim Strömbergson
2014-11-06(1) Minor fixes of nits found by the verilator linter. (2) Removed trailing ↵Joachim Strömbergson
whitespace.
2014-02-23Updated W memory module with new sliding window version. Updated README with ↵Joachim Strömbergson
more info.
2014-02-21Adding all rtl source files for the sha-1 core.Joachim Strömbergson