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.

Number theory and FPGAs

Status
Not open for further replies.

555lin

Junior Member level 3
Joined
Aug 19, 2005
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,638
I 'd like to learn to make cryptographic projects involving
a great part of number theory , especially in assymetric cryptography.
Could anybody provide some examples in VHDL code or methodology
of implementing these things?
 

Hi,

You would better make a search for good ebooks about this subjects. I saw many of the on Internet (emule).
 

you should know some differences between vhdl and programming languages (for example C).
when writing a program in C, you don't care how many +-*/ you have. you can compute 784/129. but you have some restriction in vhdl IF YOU WANT TO WRITE A SYNTHESIZABLE CODE. (to download it to an fpga, for instance)
if you want to only simulate your code, you can use functions in ieee MATH_REAL and MATH_COMPLEX packages (ieee std 1076.2). plus functions of arith, signed and unsigned packages.
you can find ieee 1076.2 standard here:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top