SkillAgentSearch skills...

Modexpowering3

a 2048 bit RSA verilog project basing on Montgomery , Karatsuba multiplier

Install / Use

/learn @zdszx/Modexpowering3
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ModExpowering3

a 2048 bit RSA verilog project basing on Montgomery , Karatsuba multiplier

what we actually used are:@ Based on the modular exponential project of qinzhou@cs.ucsb.edu; @ Brent Kung Adder; @Karatsuba multiplier

As to the adder module, booth-wallace seems to be a more acceptable choice, but it does not perform well in this project. The max frequency is 222.32Mhz under 100Mhz clk, counter SCA measures are taken seldom consideration, which is the basic poweringladder montgomery.

The gray coding for finite state machine is very useful for decreasing the power. Residue Number System is a powerful choice, but unluckily a harder one.

1. Summary:

<img src="https://github.com/zdszx/Modexpowering3/blob/master/1.png" width="600" height="200" /><br/>

2. Architecture of the project:

image

3. Mainmodule ModExpPoweringladder:

image

4. Submodule MonPro:

image

5. Verify via python

6. UVM testbench :

image

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated12d ago
Forks4

Languages

Verilog

Security Score

75/100

Audited on Mar 15, 2026

No findings