From b2bba47aff69e773d1f82707e7be9596a74fe5e2 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 25 Sep 2014 22:14:35 -0400 Subject: Add a generic file hashing utility, and some test files. --- src/sw/00-index.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/sw/00-index.txt (limited to 'src/sw/00-index.txt') diff --git a/src/sw/00-index.txt b/src/sw/00-index.txt new file mode 100644 index 0000000..c704834 --- /dev/null +++ b/src/sw/00-index.txt @@ -0,0 +1,12 @@ +configure.sh - Configure a bitstream file onto the FPGA + +hash_tester.c - Test the hash cores +hash_tester.py - Same thing, only in Python + +hash.c - Hash an arbitrary file + +nist_512_single.bin - One-block test file for SHA-1 and SHA-256 +nist_512_double.bin - Two-block test file for SHA-1 and SHA-256 +nist_1024_single.bin - One-block test file for SHA-512 +nist_1024_double.bin - Two-block test file for SHA-512 +1000_block.bin - A large file for speed testing -- cgit v1.2.3