Skip to content

eclay42/aes_gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU-Accelerated AES ECB Encryption

This project consists of two files: aes_gpu.cu and aes_nogpu.c.
aes_nogpu.c is the CPU baseline. It's a simple, naive implementation that only uses standard CPU math instructions and no threading. No special accelerated AES instructions are used.
aes_gpu.cu is a parallelized version of the same code implemented using CUDA.

Compilation: Both files can be easily compiled with default compiler flags using gcc and nvcc, hence no makefile is provided.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published