[Cryptech-Commits] [core/math/modexp] branch debug_bigoperands updated (59b51b2 -> 06fa4cc)

git at cryptech.is git at cryptech.is
Tue Jun 30 14:16:13 UTC 2015


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

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

      from  59b51b2   Corrected expected results for 2048 bit oprerand case. Baseline works.
       new  30403ce   Adding files from master that does not break the testcases.
       new  ad4531b   Adding the tb for montprod to match the updated rtl.
       new  06fa4cc   Fixed errors in block memories.

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:
 src/rtl/{shl32.v => adder.v} |  37 ++-
 src/rtl/blockmem1r1w.v       |  22 +-
 src/rtl/blockmem2r1w.v       |  25 +-
 src/rtl/blockmem2r1wptr.v    |  44 +--
 src/rtl/blockmem2rptr1w.v    |  41 ++-
 src/rtl/montprod.v           | 777 ++++++++++++++++++++++---------------------
 src/rtl/residue.v            | 402 +++++++++++-----------
 src/rtl/{shr32.v => shl.v}   |  31 +-
 src/rtl/{shr32.v => shr.v}   |  25 +-
 src/tb/tb_montprod.v         |  59 ++--
 toolruns/Makefile            |   2 +-
 11 files changed, 767 insertions(+), 698 deletions(-)
 copy src/rtl/{shl32.v => adder.v} (71%)
 copy src/rtl/{shr32.v => shl.v} (77%)
 copy src/rtl/{shr32.v => shr.v} (79%)



More information about the Commits mailing list