This document summarizes an article about implementing the RSA encryption/decryption algorithm on an FPGA. It begins with an overview of cryptography and the RSA algorithm. It then describes the key steps in RSA - key generation, encryption, and decryption. The main mathematical operations required for RSA are also summarized - modular addition, multiplication, and exponentiation. The document then presents the design of a 32-bit RSA decryption engine in VHDL, along with synthesis results showing its resource usage and maximum clock frequency on an FPGA. It concludes that an RSA decryption engine can be efficiently implemented on an FPGA using limited resources.