[Cryptech-Commits] [core/math/modexp] branch master updated (c0ab8c9 -> b8e6a57)
git at cryptech.is
git at cryptech.is
Mon Apr 20 07:58:08 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 c0ab8c9 Adding testbenches for montprod and modexp. The montprod tb has testcases for up to 1024 bit values.
new 52d8412 Adding gitignore to cleanup status checks.
new d77483d Updated README with more info about the modexp core and status.
new 3a15c15 Updated Makefile with residue module targets. Updated the license info.
new d4a4552 Updated to correct license file.
new de85f39 (1) Modexp with better API. (2) Adding working residue module. (3) Adding new shift32 with carry module needed by the residue module.
new b8e6a57 Adding testbench for the residue calculator.
The 6 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:
.gitignore | 33 ++++
LICENSE | 41 ++---
README.md | 15 +-
src/rtl/modexp.v | 155 ++++++++----------
src/rtl/residue.v | 273 ++++++++++++++++++++++++++++---
src/rtl/{shr32.v => shl32.v} | 14 +-
src/tb/tb_residue.v | 379 +++++++++++++++++++++++++++++++++++++++++++
toolruns/Makefile | 68 ++++----
8 files changed, 814 insertions(+), 164 deletions(-)
create mode 100644 .gitignore
copy src/rtl/{shr32.v => shl32.v} (89%)
create mode 100644 src/tb/tb_residue.v
More information about the Commits
mailing list