[Cryptech-Commits] [sw/cryptlib] branch master updated (1b88a31 -> 95009f4)
git at cryptech.is
git at cryptech.is
Sat Dec 13 18:41:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a change to branch master
in repository sw/cryptlib.
from 1b88a31 Clean up test_hashes script.
new 95009f4 Add code to use Cryptech TRNG in place of Cryptlib's default entropy sources. This may need further attention, particularly once we start working with buses other than the current I2C kludge.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
GNUmakefile | 36 +++-
README.md | 22 +--
src/cryptech_novena_i2c_trng.c | 404 ++++++++++++++++++++++++++++++++++++++++-
src/cryptech_random.c | 123 +++++++++++++
tests/test_trng.py | 48 +++++
6 files changed, 609 insertions(+), 25 deletions(-)
create mode 100644 src/cryptech_random.c
create mode 100644 tests/test_trng.py
More information about the Commits
mailing list