Question

I am trying to create a modular arithmetic operation in this case:

x*y mod n

As far as I have read the fastest way to do it is using the Montgomery multiplication, but I cant understand how that is actually done in other to implement it in hardware using VHDL.

Has someone been able to do it or have any library that enables me to use it?

Was it helpful?

Solution

A basic shift and add modular multiplication can be found here as a part of this open cores project.

Here's another project that is using the Montgomery multiplication.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top