/cryptogpu

A CUDA implemention of AES256

Primary LanguageC++

Moved

Moved to https://github.com/cristianghsandu/cryptogpu

CryptoGPU

My implementation of AES256 using CUDA.
The speedup is not great because of memory copy to VRAM.
There is room for optimization.

This was my Master's project.