aboutsummaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-02-11Change bitfield types back to unsigned int.coretest_hashesPaul Selkirk
2015-02-11Reformat C code for readability, remove non-API stuff from novena-eim.h, chan...Paul Selkirk
2015-02-10First stage of integration cleanup.Paul Selkirk
2015-02-10Updates from Pavel with new mux.Paul Selkirk
2015-02-05add all SHA cores (hello coretest_hashes)Paul Selkirk
2015-02-04fix a few warnings and one errorsha256_corePaul Selkirk
2015-02-04Merge branch 'sha256_core' of git.cryptech.is:test/novena_base into sha256_corePaul Selkirk
2015-02-04port hash_tester to this version of novena_eimPaul Selkirk
2015-02-04change 'unsigned int' to the more explicit 'uint32_t'Paul Selkirk
2015-02-04(1) Adding test code to do single block hash. (2) Adding helper function for ...Joachim Strömbergson
2015-02-04Adding NIST test vectors for single and dual block sha256 tests. Adding funct...Joachim Strömbergson
2015-02-04(1) Adding symbols for all registers in the sha256 api.Joachim Strömbergson
2015-02-03(1) Updated core selector with logic to connect sha256. (2) Adding test sw th...Joachim Strömbergson
2015-02-02Completed first test program for sha256 core.Joachim Strömbergson
2015-02-02Fixed name.Joachim Strömbergson
2015-02-02Adding initial version of test code for sha256 core.Joachim Strömbergson
2015-01-31Removed exe bit on source files.Joachim Strömbergson
2015-01-31Adding initial version of the sw parts of the baseline.Joachim Strömbergson