aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-07Update of coretest_hashes to also include the sha512 core.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 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 RTL to build the coretest_hashes subsystem with SHA-1 and SHA-256 cores.Joachim Strömbergson