Diffie-Hellman Cryptography HDL - SystemC

Diffie-Hellman Key Exchange in SystemC - 2023

This project was done for a SoC class during my undergrad. It involved modeling the hardware part of a system for the Diffie-Hellman key exchange algorithm in SystemC.

GitHub

Skills

Overview

The software side of this project was given to us. Our task was to design the SW -> HW handshaking as well as design a datapath and controller for the hardware multiplier. This involved implementing and connecting all of the different required components in SystemC. My data path is shown below:

Data Path