aboutsummaryrefslogtreecommitdiff
path: root/src/model/python
AgeCommit message (Collapse)Author
2018-04-06Added support for dumping T2 inputs and calculations.Joachim Strömbergson
2018-04-06Improved digest check and dump to be more usable.Joachim Strömbergson
2018-04-06Minor cleanup of names to make the code clearer.Joachim Strömbergson
2018-04-06Finally implemented SHA-512-224 digest properly. Added test case for ↵Joachim Strömbergson
SHA-512-224 with double block message. Test ok.
2018-04-06Added testcases for other SHA-512 versions per FIPS 180-4.Joachim Strömbergson
2018-04-05Removed weird semicolons.Joachim Strömbergson
2018-04-05Adding first double block test for SHA-512. Test ok.Joachim Strömbergson
2018-04-05Adding message blocks for multi block tests.Joachim Strömbergson
2018-04-05Moved tests to separate function to allow for adding multi block message tests.Joachim Strömbergson
2018-04-05(1) Added dumping of T1 inputs, calculated values and result needed to ↵Joachim Strömbergson
pipeline the design. (2) Automagically removed trailing whitespace (thanks Emacs).
2015-12-13whack copyrightsPaul Selkirk
2014-04-05Adding the Python functional model of the SHA-512 core.Joachim Strömbergson