[Cryptech-Commits] [core/novena] branch master updated (b2bba47 -> 21ef796)

git at cryptech.is git at cryptech.is
Thu Nov 20 00:11:49 UTC 2014


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

paul at psgd.org pushed a change to branch master
in repository core/novena.

      from  b2bba47   Add a generic file hashing utility, and some test files.
       new  9a6299e   fix status bits as values, not positions
       new  c0153c6   do proper SHA* padding
       new  27b2a6f   i2c_device_addr as output
       new  21ef796   change synth/ to build/, add .gitignore

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:
 build/.gitignore                     |  41 ++++++++++
 {synth => build}/Makefile            |   0
 {synth => build}/coretest-novena.bmm |   0
 {synth => build}/coretest-novena.ucf |   0
 {synth => build}/xilinx.mk           |   0
 {synth => build}/xilinx.opt          |   0
 src/rtl/coretest_hashes.v            |   5 +-
 src/sw/hash.c                        | 148 +++++++++++++++++++++--------------
 src/sw/hash_tester.c                 |   4 +-
 src/sw/hash_tester.py                |   4 +-
 src/sw/nist_1024_double.bin          | Bin 256 -> 112 bytes
 src/sw/nist_1024_single.bin          | Bin 128 -> 3 bytes
 src/sw/nist_512_double.bin           | Bin 128 -> 56 bytes
 src/sw/nist_512_single.bin           | Bin 64 -> 3 bytes
 14 files changed, 140 insertions(+), 62 deletions(-)
 create mode 100644 build/.gitignore
 rename {synth => build}/Makefile (100%)
 rename {synth => build}/coretest-novena.bmm (100%)
 rename {synth => build}/coretest-novena.ucf (100%)
 rename {synth => build}/xilinx.mk (100%)
 rename {synth => build}/xilinx.opt (100%)



More information about the Commits mailing list