[Cryptech-Commits] [core/novena] branch master updated (6ff743f -> b2bba47)
git at cryptech.is
git at cryptech.is
Fri Sep 26 02:14:53 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 6ff743f hash_tester should read the correct number of response bytes
new b2bba47 Add a generic file hashing utility, and some test files.
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/sw/00-index.txt | 12 +
src/sw/1000_block.bin | Bin 0 -> 64000 bytes
src/sw/hash.c | 586 ++++++++++++++++++++++++++++++++++++++++++++
src/sw/nist_1024_double.bin | Bin 0 -> 256 bytes
src/sw/nist_1024_single.bin | Bin 0 -> 128 bytes
src/sw/nist_512_double.bin | Bin 0 -> 128 bytes
src/sw/nist_512_single.bin | Bin 0 -> 64 bytes
7 files changed, 598 insertions(+)
create mode 100644 src/sw/00-index.txt
create mode 100644 src/sw/1000_block.bin
create mode 100644 src/sw/hash.c
create mode 100644 src/sw/nist_1024_double.bin
create mode 100644 src/sw/nist_1024_single.bin
create mode 100644 src/sw/nist_512_double.bin
create mode 100644 src/sw/nist_512_single.bin
More information about the Commits
mailing list