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
Age
Commit message (
Collapse
)
Author
2014-02-25
Updating README with info on the design.
Joachim Strömbergson
2014-02-23
Fixed compile problems due to copy crime.
Joachim Strömbergson
2014-02-23
Update or README with more info on status.
Joachim Strömbergson
2014-02-23
Moved wmem update logic to a separate process.
Joachim Strömbergson
2014-02-22
Updated status with info on the sliding window W-mem and the new ↵
Joachim Strömbergson
implementation results.
2014-02-22
Updated testbenches to the new sliding window W-mem.
Joachim Strömbergson
2014-02-22
Changed W-memory into sliding window. This also affected interface and ↵
Joachim Strömbergson
integration in the core.
2014-02-19
Adding a simple README file in markdown format that describes the core.
Joachim Strömbergson
2014-02-19
Adding a Python model for the SHA256 core.
Joachim Strömbergson
2014-02-19
Adding a testbench for the Wishbone wrapper.
Joachim Strömbergson
2014-02-19
Adding a testbench for the SHA256 top level wrapper.
Joachim Strömbergson
2014-02-19
Adding a testbench for the SHA256 core.
Joachim Strömbergson
2014-02-19
Adding a testbench for the w memory module.
Joachim Strömbergson
2014-02-19
Adding a Wishbone wrapper for the SHA256 core.
Joachim Strömbergson
2014-02-19
Adding top level wrapper for the sha256. This wrapper provides a simple ↵
Joachim Strömbergson
memory like interface.
2014-02-19
Source for the main part of the sha256 core.
Joachim Strömbergson
2014-02-19
Adding the W memory including scheduler and expansion functionality.
Joachim Strömbergson
2014-02-19
Adding K constant memory source file.
Joachim Strömbergson
2014-02-19
Adding makefile for building and simulating the sha256 design.
Joachim Strömbergson
2014-02-19
Adding license description for the sha256 core.
Joachim Strömbergson