Montgomery multiplication VHDL Implementation

2019-08-05 00:51发布

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?

1条回答
可以哭但决不认输i
2楼-- · 2019-08-05 01:33

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.

查看更多
登录 后发表回答