lajanugen/Modular-Exponentiation

Modular Expression

firasghanim2020 opened this issue · 0 comments

Hi Every one, I need to implement modular exponential like 2^k mod m in vhdl , but the k is too large
let say it is "4000000000000000000020108A2E0CC0D99F8A5ED" , How can I do it , and ofcourse the code should be synthesis-able
Thanks