aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/sha256_core.v
AgeCommit message (Expand)Author
2019-01-08Ported the timing fix from SHA-512 to SHA-256. The core can now run at 170 MH...HEADmasterJoachim Strömbergson
2018-08-28Connected the pipeline regs for t1 and t2 in the stat update logic. Verified ...Joachim Strömbergson
2018-08-28Added pipeline register and stall cycle in the FSM to accomodate the pipeline...Joachim Strömbergson
2016-05-31Adding functionality to support both SHA224 and SHA256 digest modes. Note: Th...Joachim Strömbergson
2015-12-13whack copyrightsPaul Selkirk
2015-07-16Added logic to write state into the state registers. Simplified the state wri...Joachim Strömbergson
2015-07-16The digest is the complete state so we only need to be able to write back sta...Joachim Strömbergson
2015-07-16(1) Adding addresses to be able to read and write the internal hash state fro...Joachim Strömbergson
2014-11-07Changed to asynch reset.Joachim Strömbergson
2014-11-06Fixed nits found using verilator linter. Removed trailing whitespace.Joachim Strömbergson
2014-02-22Changed W-memory into sliding window. This also affected interface and integr...Joachim Strömbergson
2014-02-19Source for the main part of the sha256 core.Joachim Strömbergson