aboutsummaryrefslogtreecommitdiff
path: root/src/sw/00-index.txt
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2014-09-25 22:14:35 -0400
committerPaul Selkirk <paul@psgd.org>2014-09-25 22:14:35 -0400
commitb2bba47aff69e773d1f82707e7be9596a74fe5e2 (patch)
treeed86820bd1173f8bfb2790c8a5d12af70fe92634 /src/sw/00-index.txt
parent6ff743f2abb05b07bd3c5585f59b14c459c69bfa (diff)
Add a generic file hashing utility, and some test files.
Diffstat (limited to 'src/sw/00-index.txt')
-rw-r--r--src/sw/00-index.txt12
1 files changed, 12 insertions, 0 deletions
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