[Cryptech-Commits] [sw/libhal] branch systolic_crt updated (5522df4 -> e7d47a3)

git at cryptech.is git at cryptech.is
Thu Sep 14 00:23:07 UTC 2017


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

sra at hactrn.net pushed a change to branch systolic_crt
in repository sw/libhal.

    from 5522df4  Sort-of-working, large (4096-bit) RSA keys broken.
     new 410e0cf  Preliminary support for parallel core RSA CRT.
     new e7d47a3  Oops, forgot hal_io.c.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile             |   7 +-
 core.c               |  39 ++++-----
 hal.h                |  32 +++++---
 hal_internal.h       |  12 +++
 csprng.c => hal_io.c |  92 +++++++++++++--------
 hal_io_eim.c         |  29 -------
 hal_io_fmc.c         |  31 -------
 hal_io_i2c.c         |  26 ------
 modexp.c             | 227 +++++++++++++++++++++++++++++++--------------------
 rpc_pkey.c           |   6 +-
 rsa.c                | 138 ++++++++++++++++++++++++++-----
 tests/test-rsa.c     |  17 +++-
 12 files changed, 387 insertions(+), 269 deletions(-)
 copy csprng.c => hal_io.c (51%)



More information about the Commits mailing list