index
:
core/hash/sha256
master
Verilog implementation of the SHA-256 cryptographic hash function
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tb
/
tb_sha256.v
Age
Commit message (
Expand
)
Author
2018-10-18
(1) Locked down API to ignore read or write requests that could leak info or ...
Joachim Strömbergson
2018-04-27
Removed FSM and cleaned up code in W mem. Cleaned up testbenches to silence w...
Joachim Strömbergson
2016-05-31
Adding functionality to support both SHA224 and SHA256 digest modes. Note: Th...
Joachim Strömbergson
2015-12-13
whack copyrights
Paul Selkirk
2015-07-17
Removed the address defines not needed.
Joachim Strömbergson
2015-07-17
Since state is digest having separate addresses for writing state is superflo...
Joachim Strömbergson
2015-07-17
Added top level test case for restore state and continue hashing. Test OK.
Joachim Strömbergson
2014-03-16
Adding self resetting init and next flags. Updating TBs to not reset the flag...
Joachim Strömbergson
2014-03-15
(1) Updated interface to new std. (2) Added missing input designation in task...
Joachim Strömbergson
2014-02-19
Adding a testbench for the SHA256 top level wrapper.
Joachim Strömbergson