[Cryptech-Commits] [core/sha512] branch master updated (6f4aae6 -> b4b54c0)

git at cryptech.is git at cryptech.is
Sat Apr 5 12:13:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a change to branch master
in repository core/sha512.

      from  6f4aae6   Adding core and top level testbenches for sha512.
       new  b4b54c0   Adding source RTL files for the sha512 core.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/rtl/sha512.v             | 1060 ++++++++++++++++++++++++++++++++++++++++++
 src/rtl/sha512_core.v        |  537 +++++++++++++++++++++
 src/rtl/sha512_h_constants.v |  143 ++++++
 src/rtl/sha512_k_constants.v |  472 +++++++++++++++++++
 src/rtl/sha512_w_mem.v       |  346 ++++++++++++++
 5 files changed, 2558 insertions(+)
 create mode 100644 src/rtl/sha512.v
 create mode 100644 src/rtl/sha512_core.v
 create mode 100644 src/rtl/sha512_h_constants.v
 create mode 100644 src/rtl/sha512_k_constants.v
 create mode 100644 src/rtl/sha512_w_mem.v



More information about the Commits mailing list