[Cryptech-Commits] [core/math/modexp] branch perfopt updated (435b905 -> feeb054)

git at cryptech.is git at cryptech.is
Tue Jun 23 14:59:00 UTC 2015


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

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

      from  435b905   Updated all modules below modexp_core has been updated to have generic operand size. Updated module integrations in modexp_core to set the operand width and address width.
       new  feeb054   Changed name of files to reflect that the adder and the shifters are now not specifically working on 32-bit operands. HEADSUP: This breaks builds that use the old file names.

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/{adder32.v => adder.v} | 0
 src/rtl/{shl32.v => shl.v}     | 0
 src/rtl/{shr32.v => shr.v}     | 0
 toolruns/Makefile              | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename src/rtl/{adder32.v => adder.v} (100%)
 rename src/rtl/{shl32.v => shl.v} (100%)
 rename src/rtl/{shr32.v => shr.v} (100%)



More information about the Commits mailing list