Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verilog code required for 128x32 bit Montgomery multiplier pls..

Status
Not open for further replies.

vlsi1234

Newbie level 2
Joined
Nov 13, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
I need a verilog code for a 128x32 bit montgomery multiplier for AES and public key cryptography applications pls.
 

For AES alone, you dont need montgomery multiplication.

for public key, you do need montgomery multiplication. You can understand the algorithm and code it yourself. I have a reference but its in VHDL

Finite-Field Arithmetic Circuits

Under chapter 3, see article 3.4.3


You can also search for this on Home :: OpenCores
 
Thanks tariq786.could u please send me any material with numerical example on aes and montgomery multiplier?
 

click on the Download now at the following page

**broken link removed**

This will download a zip archive. If you extract it there will be a pdf file that has an excellent tutorial on AES.

For montgomery multiplication

Algorithm Tutorials
 
@tariq786 can you give me a overview about the montgomery multiplier (with block diagram, VHDL code) and explain how the montogmery multiplier works. thank you.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top