[Cryptech-Commits] [core/math/modexp] branch master updated (0b94757 -> e61c650)

git at cryptech.is git at cryptech.is
Tue Jun 30 14:44:11 UTC 2015


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

joachim at secworks.se pushed a change to branch master
in repository core/math/modexp.

      from  0b94757   Adding note about experimental fused shift functionality in the adder stage.
      adds  82649fc   Adding block memory with internal address generator as used in modexp_core, but with 64 bit internal data width for the modexp_core. Adding a README to explain the purpose of the contents of the support source and what the files are for.
      adds  9a640ee   Fixed the license in the header.
      adds  4e43d0a   Added testcases with 1024 bit and 2048 bit modulus, mem and short exponents.
       new  e61c650   Fixed missing parenthesis in block memories that reduced mem sizes. Added test cases that verifies that we can work with 2048 bit operands.

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:
 src/rtl/blockmem2r1w.v                 |   2 +-
 src/rtl/blockmem2r1wptr.v              |   2 +-
 src/rtl/blockmem2rptr1w.v              |   2 +-
 src/support/rtl/README.md              |  18 +
 src/support/rtl/blockmem_rw32ptr_r64.v | 155 ++++++
 src/tb/tb_modexp.v                     | 845 +++++++++++++++++++++++++++++++--
 6 files changed, 992 insertions(+), 32 deletions(-)
 create mode 100644 src/support/rtl/README.md
 create mode 100644 src/support/rtl/blockmem_rw32ptr_r64.v



More information about the Commits mailing list