[Cryptech-Commits] [user/sra/libhal] branch master updated (e80f25d -> 526e451)

git at cryptech.is git at cryptech.is
Sun Jul 5 20:26:56 UTC 2015


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

sra at hactrn.net pushed a change to branch master
in repository user/sra/libhal.

      from  e80f25d   Change default to use software modexp until we sort out performance issues in ModExp core.
       new  65f6634   Get rid of autoconf, as we don't really need it.  Add eim_peek_poke utility program, based on Paul's example in the core/platform/novena repository.
       new  7852309   novena-eim.h had an invisible dependency on <sys/types.h>, at least on Debian Wheezy (ie, on the Novena).
       new  526e451   NULL-terminate string list, doh.

The 3 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 +
 Makefile.in => GNUmakefile             |   32 +-
 configure                              | 2893 --------------------------------
 novena-eim.h                           |   19 +-
 tests/{Makefile.in => GNUmakefile}     |   22 +-
 tests/Makefile.in => utils/GNUmakefile |   25 +-
 utils/eim_peek_poke.c                  |  121 ++
 7 files changed, 155 insertions(+), 2958 deletions(-)
 rename Makefile.in => GNUmakefile (77%)
 delete mode 100755 configure
 copy tests/{Makefile.in => GNUmakefile} (81%)
 rename tests/Makefile.in => utils/GNUmakefile (78%)
 create mode 100644 utils/eim_peek_poke.c



More information about the Commits mailing list