[Cryptech-Commits] [test/novena_base] branch sha256_core updated (34b329c -> b4f9c86)

git at cryptech.is git at cryptech.is
Wed Feb 4 19:21:08 UTC 2015


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

paul at psgd.org pushed a change to branch sha256_core
in repository test/novena_base.

      from  34b329c   (1) Adding test code to do single block hash. (2) Adding helper function for reading data from FPGA registers. (3) Moving eim config to separate function.
       new  01669dc   change 'unsigned int' to the more explicit 'uint32_t'
       new  1f8d768   port hash_tester to this version of novena_eim
       new  ba90998   Merge branch 'sha256_core' of git.cryptech.is:test/novena_base into sha256_core
       new  b4f9c86   fix a few warnings and one error

The 4 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:
 sw/test-sha256/Makefile      |  18 +-
 sw/test-sha256/hash_tester.c | 541 +++++++++++++++++++++++++++++++++++++++++++
 sw/test-sha256/novena-eim.c  | 143 ++++++------
 sw/test-sha256/novena-eim.h  | 224 +++++++++---------
 sw/test-sha256/test-sha256.c |   7 +-
 5 files changed, 741 insertions(+), 192 deletions(-)
 create mode 100644 sw/test-sha256/hash_tester.c



More information about the Commits mailing list