efundas
Member level 3
RSA implementation
I have to implement RSA into an FPGA, for which I require 1024x1204 bit multiplier. the computation time of RSA is 1msec, so I have to increase the hardware to do the multiplications faster but the hardware becomes so huge it does not fit into FPGA. Can anyone help me out.
Y=(E power X) mod P
where, E,X and Y are of size 1024 bits and P is of size 192 bits.
I have to implement RSA into an FPGA, for which I require 1024x1204 bit multiplier. the computation time of RSA is 1msec, so I have to increase the hardware to do the multiplications faster but the hardware becomes so huge it does not fit into FPGA. Can anyone help me out.
Y=(E power X) mod P
where, E,X and Y are of size 1024 bits and P is of size 192 bits.