[Cryptech-Commits] [core/math/modexp] branch perfopt updated (cb7251b -> 9d8ab27)
git at cryptech.is
git at cryptech.is
Thu Jun 25 14:34:15 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 cb7251b Removed stale switch since we now do s_mem init integrated with calculation.
new fe04c61 Minor nits.
new 97976d1 Added another state for setting s_mem_read_addr to allow shortcutting one cycle in each loop.
new 9d8ab27 Added a support wrapper used to test implementations of montprod with bigger operand sizes.
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/montprod.v | 7 +-
src/support/rtl/montprod_wrapper.v | 153 +++++++++++++++++++++++++++++++++++++
2 files changed, 159 insertions(+), 1 deletion(-)
create mode 100644 src/support/rtl/montprod_wrapper.v
More information about the Commits
mailing list