index
:
core/math/modexp
debug_bigoperands
master
perfopt
Modular exponentiation core
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-05-24
Minor layout fixes.
Joachim Strömbergson
2015-05-24
Fixed names.
Joachim Strömbergson
2015-05-24
Adding two more signing test cases with e=65537 and explicit lengths for expo...
Joachim Strömbergson
2015-05-22
Updated the C model with version of modexp that supports explicit, separate l...
Joachim Strömbergson
2015-05-22
Removed obsoleted temp parameter.
Joachim Strömbergson
2015-05-22
Removed file that should not have been in the repo.
Joachim Strömbergson
2015-05-21
Added internal cycle counter. Added API addresses to extract cycle counter va...
Joachim Strömbergson
2015-05-20
(1) Removed unneeded default state. (2) Cleanup of testbench and added a bigg...
Joachim Strömbergson
2015-05-20
Adding new memories with internal pointers.
Joachim Strömbergson
2015-05-20
Changed to using modexp length register and removed the common length register.
Joachim Strömbergson
2015-05-19
Updated TB to use access ports. Added missing invalidate of residue when modu...
Joachim Strömbergson
2015-05-08
Fixed RH operand size.
Joachim Strömbergson
2015-04-27
Updated header with info about bit lengths supported.
Joachim Strömbergson
2015-04-27
Adding localparam for debugging that had gone missing.
Joachim Strömbergson
2015-04-27
Updating modexp core to v 0.50. This version contains a working core that can...
Joachim Strömbergson
2015-04-24
(1) Adding auto generated testbench for verilog. (2) Update of the test gener...
Joachim Strömbergson
2015-04-23
Adding a generator for tests to the modexp model and core.
Joachim Strömbergson
2015-04-21
Fixed incorrect types.
Joachim Strömbergson
2015-04-21
Adding more targets for building, linting and simulating submodules.
Joachim Strömbergson
2015-04-21
Update of modexp to include more of the integration of residue calculator. Up...
Joachim Strömbergson
2015-04-20
Adding testbench for the residue calculator.
Joachim Strömbergson
2015-04-20
(1) Modexp with better API. (2) Adding working residue module. (3) Adding new...
Joachim Strömbergson
2015-04-20
Updated to correct license file.
Joachim Strömbergson
2015-04-20
Updated Makefile with residue module targets. Updated the license info.
Joachim Strömbergson
2015-04-20
Updated README with more info about the modexp core and status.
Joachim Strömbergson
2015-04-20
Adding gitignore to cleanup status checks.
Joachim Strömbergson
2015-04-13
Adding testbenches for montprod and modexp. The montprod tb has testcases for...
Joachim Strömbergson
2015-04-13
Adding makefile for linting and for building sim targets.
Joachim Strömbergson
2015-04-13
Adding initial versions of rtl for modexp. Montgomery multiplication works fo...
Joachim Strömbergson
2015-03-13
Adding java rsa functional model.
Joachim Strömbergson
2015-03-13
Adding c model for the modexp core.
Joachim Strömbergson
2015-03-13
Adding license and initial readme for the modexp core. Provides at least a hi...
Joachim Strömbergson