NassimRayZ / parallel-aes

Sequential and Parallel implementation of the AES algorithm in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parallel-aes

Sequential and Parallel implementation of the AES algorithm in C

How to run

  1. first make sure you have gcc, openmp and cuda installed on your machine.
  2. clone the project using git clone https://github.com/NassimRayZ/parallel-aes ./parallel-aes.
  3. enter the parallel-aes directory using cd parallel-aes.
  4. run the project via bash run.sh.
  5. VOILA! you now have the AES algorithm up and running.

About

Sequential and Parallel implementation of the AES algorithm in C

License:MIT License


Languages

Language:C 61.3%Language:Cuda 38.3%Language:Shell 0.3%