Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 234 Bytes

AES 128-bit using CUDA programming

A parallel programming implementation of AES. I used CUDA C++ to execute maximum parts of the algorithm in parallel.

Do make a pull request if you can improve or optimize my code even further!