RSA Encryption
De la WikiLabs
Jump to navigationJump to searchObjective
Create a PLB peripheral for RSA encryption and test attained acceleration when compared to a processor-only RSA implementation.
References
http://en.wikipedia.org/wiki/RSA_(algorithm)
Requirements
- Implement a circuit for RSA encryption in Verilog (integrated within a user_logic.v peripheral template)
- Implement a test-bench for the Verilog code
- Analyze FPGA resource utilization of your circuit for various message sizes
- Create an XPS system which uses the RSA peripheral, implement the system and export it to SDK
- Create a C code project for processor-only RSA encryption and test speed
- Create a C code project for accelerated RSA encryption and test speed