[Cryptech-Commits] [sw/cryptlib] branch master updated (95009f4 -> 7435ac8)

git at cryptech.is git at cryptech.is
Wed Apr 8 20:39:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch master
in repository sw/cryptlib.

      from  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.
       new  7435ac8   Add EIM HAL.

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:
 GNUmakefile                                        |   2 +-
 src/cryptech_memory_map.h                          | 217 +++++++
 ...ena_i2c_simple.c => cryptech_novena_eim_trng.c} | 352 +++++-----
 src/cryptech_novena_i2c_trng.c                     | 430 ++-----------
 src/novena-eim.c                                   | 708 +++++++++++++++++++++
 src/novena-eim.h                                   |  52 ++
 src/tc_eim.c                                       | 185 ++++++
 src/tc_eim.h                                       |  50 ++
 src/tc_i2c.c                                       | 331 ++++++++++
 src/tc_i2c.h                                       |  55 ++
 tests/test_trng.py                                 |   2 +-
 11 files changed, 1829 insertions(+), 555 deletions(-)
 create mode 100644 src/cryptech_memory_map.h
 copy src/{cryptech_novena_i2c_simple.c => cryptech_novena_eim_trng.c} (57%)
 create mode 100644 src/novena-eim.c
 create mode 100644 src/novena-eim.h
 create mode 100644 src/tc_eim.c
 create mode 100644 src/tc_eim.h
 create mode 100644 src/tc_i2c.c
 create mode 100644 src/tc_i2c.h



More information about the Commits mailing list