https://github.com/franneck94/cuda-aes
AES Implementation (Counter Mode) in C++, OpenMP and CUDA.
https://github.com/franneck94/cuda-aes
aes c-plus-plus counter cuda encryption openmp parallel
Last synced: 6 months ago
JSON representation
AES Implementation (Counter Mode) in C++, OpenMP and CUDA.
- Host: GitHub
- URL: https://github.com/franneck94/cuda-aes
- Owner: franneck94
- License: mit
- Created: 2017-12-11T22:13:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T18:48:47.000Z (over 7 years ago)
- Last Synced: 2025-03-27T08:11:23.505Z (7 months ago)
- Topics: aes, c-plus-plus, counter, cuda, encryption, openmp, parallel
- Language: C++
- Homepage:
- Size: 3.05 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUDA-AES
CUDA Implementation of AES.Meilensteine sind in Projects definiert.
AES Erklärung: http://www.crypto-textbook.com/ Chapter4