[Cryptech-Commits] [core/math/modexpa7] branch systolic_crt updated (256d992 -> 30b2cc5)

git at cryptech.is git at cryptech.is
Sun Sep 3 21:36:47 UTC 2017


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

meisterpaul1 at yandex.ru pushed a change to branch systolic_crt
in repository core/math/modexpa7.

    from 256d992  Added some info to the README file.
     new 3538f03  Exposed internal buffers for Montgomery factor F and modulus-dependent speed-up coefficient N_COEFF so that they can be retireved and stored along with the modulus. Split coreesponding buffers into "input" and "output" banks, during pre-computation F and N_COEFF are written to read-only "output" banks, during exponentiation F and N_COEFF are read from read-write "input" banks and must be supplied by user.
     new ae65d3f  Added some info to the README file.
     new 32f31c9  Merge branch 'systolic_crt' of git.cryptech.is:core/math/modexpa7 into systolic_crt
     new 058c542  Updated STM32 demo program to show how to use the precomputation block.
     new 45b348b  Cleaned up the core wrapper testbench.
     new 30b2cc5  Merge branch 'systolic_crt' of git.cryptech.is:core/math/modexpa7 into systolic_crt

The 6 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:
 src/rtl/modexpa7_top.v             | 120 +++++++++++++------
 src/rtl/modexpa7_wrapper.v         |  30 ++---
 src/stm32/modexpa7_driver_sample.c | 236 ++++++++++++++++++++++++++-----------
 src/tb/tb_wrapper.v                | 121 ++++++++++++++++++-
 4 files changed, 382 insertions(+), 125 deletions(-)



More information about the Commits mailing list