aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-13whack copyrightsHEADmasterPaul Selkirk
2015-03-17Rearrange cores.Paul Selkirk
2014-05-16Increased communication speed. Increased number of blocks in huge mesage ↵Joachim Strömbergson
test to 1000 blocks.
2014-05-16Fixed huge message test. We now run test of message with 100 blocks in SHA-256.Joachim Strömbergson
2014-05-09Enabling all test cases again.Joachim Strömbergson
2014-05-09Adding new prebuilt FPGA with uart that supports change of bitrate.Joachim Strömbergson
2014-05-09Added functionality to change baud rate. Decreased comm delay. Now test ↵Joachim Strömbergson
cases goes much faster.
2014-05-08Fixed error in (c). Drastically reduced processing delay. Adding missing ↵Joachim Strömbergson
expected digest for SHA-384.
2014-05-08Adding test case for dual block tests of SHA-512/x. All tests passed. ↵Joachim Strömbergson
Separated delays into comm vs processing. Updated comment in header to reflect SHA-512/x.
2014-05-08(1) Added functionality to do single block tests of all SHA-512/x modes. (2) ↵Joachim Strömbergson
Major cleanup of nits and magic constants. Moved all test cases to separate functions. Added support to enable/disable tests.
2014-05-07Adding prebuilt coretest_hashes that includes SHA-512.Joachim Strömbergson
2014-05-07Update of coretest_hashes to also include the sha512 core.Joachim Strömbergson
2014-05-07Update of prebuilt FPGA configuration with new coretest.Joachim Strömbergson
2014-04-01Refactored code to allow additions of test cases. Adding dual block message ↵Joachim Strömbergson
test cases as specified by NIST. Adding code for running huge message test. This test case si disabled due to bugs in coretest.
2014-03-17Adding project, assignment and clock setup files for Quartus and the TerasIC ↵Joachim Strömbergson
C5G board.
2014-03-17Adding bitstream file for coretest_hashes on the TerasIC C5G board.Joachim Strömbergson
2014-03-17Adding test program that checks the SHA-1 and SHA-256 cores and do single ↵Joachim Strömbergson
block hashing.
2014-03-17Updating address for uart to 8 bits which should be the default.Joachim Strömbergson
2014-03-13Adding Makefile to build the coretest_hashes subsystem.Joachim Strömbergson
2014-03-13Adding RTL to build the coretest_hashes subsystem with SHA-1 and SHA-256 cores.Joachim Strömbergson
2014-03-13Adding readme and license for the coretest_hashes subsystem.Joachim Strömbergson