[Cryptech-Commits] [core/math/modexp] branch master updated (fdc354a -> 90a3fc9)

git at cryptech.is git at cryptech.is
Tue Jun 2 11:24:19 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  fdc354a   Adding 1024 bit test case from Rob to verify that it works in the model.
       new  16723b9   Fixd nits in test case. Added simple line break to clean up.
       new  90a3fc9   Refactored into core and top.

The 2 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/model/c/src/bignum_uint32_t.c   |   1 +
 src/model/c/src/simple_tests.c      |  82 ++--
 src/rtl/modexp.v                    | 839 +++---------------------------------
 src/rtl/{modexp.v => modexp_core.v} | 445 +++++--------------
 src/tb/tb_modexp.v                  |  65 ++-
 src/tb/tb_modexp_autogenerated.v    |  54 +--
 toolruns/Makefile                   |   2 +-
 7 files changed, 266 insertions(+), 1222 deletions(-)
 copy src/rtl/{modexp.v => modexp_core.v} (70%)



More information about the Commits mailing list