aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-25Rename GNUmakefile to Makefile for consistency.HEADmasterPaul Selkirk
2015-04-22Use new cryptech libraries.Paul Selkirk
2015-04-08Add EIM HAL.Paul Selkirk
The eim and i2c support are copied from core/platform/novena. In future, we should maybe build a library there, and link it here.
2014-12-13Add code to use Cryptech TRNG in place of Cryptlib's default entropyRob Austein
sources. This may need further attention, particularly once we start working with buses other than the current I2C kludge.
2014-12-05Clean up test_hashes script.Rob Austein
2014-12-05Remove cryptech_novena_i2c_entropy, which was an attractive nuisance.Rob Austein
Add cryptech_novena_i2c_trng, now that we know what the TRNG I2C interface will be.
2014-12-04Propegate bugfix to flag transcription error to yet anotherRob Austein
repository.
2014-12-03Update README.md to cover Novena entropy test HAL.Rob Austein
2014-12-03Initial HAL for Noven entropy interface. Compiles on MacOSX, not yetRob Austein
tested with real hardware.
2014-10-30Initial working version of cryptech_novena_i2c_{coretest,simple} HALsRob Austein
in simplified version of Cryptlib build wrapper environment.